Package com.sap.cloud.sdk.cloudplatform.thread
package com.sap.cloud.sdk.cloudplatform.thread
-
ClassDescriptionThis class represents the default implementation of
ThreadContext
.Default ThreadContext decorator chain.This class represents the default implementation ofThreadContextExecutorService
.Default ThreadContext listener chain.An class for executing code while allowing throwing checked exceptions.Property<T>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.Accessor for the currentThreadContext
.Enables decorating a callable before it is scheduled for asynchronous execution by theDefaultThreadContextExecutorService
.Defines the default priorities for decorators.Chain ofThreadContextDecorator
s.Convenience class, giving static access to the functionality of aThreadContextExecutorService
, using a configurable instance.This class provides an abstraction for accessing the currentThreadContext
.Enables listening to lifecycle events of aThreadContext
.The priorities used to order the default listeners provided by the SDK.Chain ofThreadContextListener
s.Implementation ofThreadContextFacade
that internally usesThreadLocal
to provide access to the respectiveThreadContext
.