Uses of Interface
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
Packages that use ThreadContextExecutorService
-
Uses of ThreadContextExecutorService in com.sap.cloud.sdk.cloudplatform.thread
Classes in com.sap.cloud.sdk.cloudplatform.thread that implement ThreadContextExecutorServiceModifier and TypeClassDescriptionfinal class
This class represents the default implementation ofThreadContextExecutorService
.Methods in com.sap.cloud.sdk.cloudplatform.thread that return ThreadContextExecutorServiceModifier and TypeMethodDescriptionstatic ThreadContextExecutorService
ThreadContextExecutors.getExecutor()
Get the unique executor of this class.Methods in com.sap.cloud.sdk.cloudplatform.thread with parameters of type ThreadContextExecutorServiceModifier and TypeMethodDescriptionstatic void
ThreadContextExecutors.setExecutor
(ThreadContextExecutorService executor) Set the unique executor of this class or reset it if the given executor is null.