Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.thread |
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalThreadContextFacade
Implementation of
ThreadContextFacade that internally uses ThreadLocal to provide access to the
respective ThreadContext . |
Modifier and Type | Method and Description |
---|---|
static ThreadContextFacade |
ThreadContextAccessor.getThreadContextFacade()
Returns the
ThreadContextFacade instance. |
Modifier and Type | Method and Description |
---|---|
static io.vavr.control.Try<ThreadContextFacade> |
ThreadContextAccessor.tryGetThreadContextFacade()
Returns a
Try of the ThreadContextFacade instance. |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadContextAccessor.setThreadContextFacade(ThreadContextFacade threadContextFacade)
Replaces the default
ThreadContextFacade instance. |
Copyright © 2021 SAP SE. All rights reserved.