Uses of Class
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
Packages that use ThreadContextAccessException
-
Uses of ThreadContextAccessException in com.sap.cloud.sdk.cloudplatform.thread
Methods in com.sap.cloud.sdk.cloudplatform.thread that throw ThreadContextAccessExceptionModifier and TypeMethodDescriptionstatic ThreadContextExecutor
ThreadContextExecutor.fromCurrentContext()
Create aThreadContextExecutor
using the currentThreadContext
, that is being resolved fromThreadContextAccessor
and duplicated with all existing properties.static ThreadContext
ThreadContextAccessor.getCurrentContext()
Returns the currentThreadContext
.