Uses of Interface
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
Packages that use ThreadContextFacade
-
Uses of ThreadContextFacade in com.sap.cloud.sdk.cloudplatform.thread
Classes in com.sap.cloud.sdk.cloudplatform.thread that implement ThreadContextFacadeModifier and TypeClassDescriptionclass
Implementation ofThreadContextFacade
that internally usesThreadLocal
to provide access to the respectiveThreadContext
.Methods in com.sap.cloud.sdk.cloudplatform.thread that return ThreadContextFacadeModifier and TypeMethodDescriptionstatic ThreadContextFacade
ThreadContextAccessor.getThreadContextFacade()
Returns theThreadContextFacade
instance.Methods in com.sap.cloud.sdk.cloudplatform.thread that return types with arguments of type ThreadContextFacadeModifier and TypeMethodDescriptionstatic io.vavr.control.Try<ThreadContextFacade>
ThreadContextAccessor.tryGetThreadContextFacade()
Returns aTry
of theThreadContextFacade
instance.Methods in com.sap.cloud.sdk.cloudplatform.thread with parameters of type ThreadContextFacadeModifier and TypeMethodDescriptionstatic void
ThreadContextAccessor.setThreadContextFacade
(ThreadContextFacade threadContextFacade) Replaces the defaultThreadContextFacade
instance.