Uses of Interface
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
-
Uses of ThreadContextFacade in com.sap.cloud.sdk.cloudplatform.thread
Modifier and TypeClassDescriptionclass
Implementation ofThreadContextFacade
that internally usesThreadLocal
to provide access to the respectiveThreadContext
.Modifier and TypeMethodDescriptionstatic ThreadContextFacade
ThreadContextAccessor.getThreadContextFacade()
Returns theThreadContextFacade
instance.Modifier and TypeMethodDescriptionstatic io.vavr.control.Try<ThreadContextFacade>
ThreadContextAccessor.tryGetThreadContextFacade()
Returns aTry
of theThreadContextFacade
instance.Modifier and TypeMethodDescriptionstatic void
ThreadContextAccessor.setThreadContextFacade
(ThreadContextFacade threadContextFacade) Replaces the defaultThreadContextFacade
instance.