Interface | Description |
---|---|
Executable |
An class for executing code while allowing throwing checked exceptions.
|
ThreadContext |
This class represents the context of a thread, allowing to access and share information transparently across threads.
|
ThreadContextDecorator |
Enables decorating the callable before it is invoked in a
ThreadContext by a ThreadContextExecutor . |
ThreadContextDecoratorChain | |
ThreadContextFacade |
This class provides an abstraction for accessing the current
ThreadContext . |
ThreadContextListener |
Enables listening to lifecycle events of a
ThreadContext . |
ThreadContextListenerChain |
Class | Description |
---|---|
AbstractThreadContextExecutor<ExecutorT extends AbstractThreadContextExecutor<ExecutorT>> |
Abstract class providing methods to execute an arbitrary command in a
ThreadContext . |
DefaultThreadContext |
This class represents the default implementation of
ThreadContext . |
DefaultThreadContextDecoratorChain | |
DefaultThreadContextListenerChain | |
Property<T> |
Represents a
ThreadContext property with a given value (or exception, if the value could not be determined). |
ThreadContextAccessor |
Accessor for the current
ThreadContext . |
ThreadContextDecorator.DefaultPriorities | |
ThreadContextExecutor | |
ThreadContextListener.DefaultPriorities |
The priorities used to order the default listeners provided by the SDK.
|
ThreadLocalThreadContextFacade |
Implementation of
ThreadContextFacade that internally uses ThreadLocal to provide access to the
respective ThreadContext . |
Copyright © 2020 SAP SE. All rights reserved.