@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| ThreadLocalContextManager | Deprecated
use
ThreadLocalContextManager instead |
| Class | Description |
|---|---|
| DefaultThreadLocalDelegateExecutorFactory<C> |
Creates delegating executable classes that copy thread local state
|
| ThreadLocalDelegateExecutorService |
Executor service that wraps executing callables and runnables in a wrapper that transfers the thread local state of
the caller to the thread of the executing task.
|
| ThreadLocalDelegateScheduledExecutorService |
Scheduled executor service that wraps executing callables and runnables in a wrapper that transfers the thread local
state of the caller to the thread of the executing task.
|
Copyright © 2019 Atlassian. All rights reserved.