Uses of Package
com.sap.cloud.sdk.cloudplatform.thread
Package
Description
-
ClassDescriptionAn class for executing code while allowing throwing checked exceptions.This class represents the context of a thread, allowing to access and share information transparently across threads.Enables listening to lifecycle events of a
ThreadContext
. -
ClassDescriptionAn class for executing code while allowing throwing checked exceptions.This class represents the context of a thread, allowing to access and share information transparently across threads.Enables decorating a callable before it is scheduled for asynchronous execution by the
DefaultThreadContextExecutorService
.Enables listening to lifecycle events of aThreadContext
. -
ClassDescriptionAn class for executing code while allowing throwing checked exceptions.This class represents the context of a thread, allowing to access and share information transparently across threads.Enables listening to lifecycle events of a
ThreadContext
. -
ClassDescriptionAn class for executing code while allowing throwing checked exceptions.This class represents the context of a thread, allowing to access and share information transparently across threads.Enables listening to lifecycle events of a
ThreadContext
. -
ClassDescriptionThis class represents the default implementation of
ThreadContextExecutorService
.An class for executing code while allowing throwing checked exceptions.Represents aThreadContext
property with a given value (or exception, if the value could not be determined).This class represents the context of a thread, allowing to access and share information transparently across threads.Enables decorating a callable before it is scheduled for asynchronous execution by theDefaultThreadContextExecutorService
.Chain ofThreadContextDecorator
s.This class provides an abstraction for accessing the currentThreadContext
.Enables listening to lifecycle events of aThreadContext
.Chain ofThreadContextListener
s.