Modifier and Type | Method and Description |
---|---|
void |
ScpNeoAuditLogThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
void |
ScpNeoAuditLogThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientsThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
void |
ScpNeoDestinationsThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
void |
HttpClientsThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
void |
ScpNeoDestinationsThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
Modifier and Type | Method and Description |
---|---|
void |
AuthTokenThreadContextListener.afterInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked after the current
ThreadContext is initialized and set. |
void |
AuthTokenThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalThreadContextListener.afterInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked after the current
ThreadContext is initialized and set. |
void |
PrincipalThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
Modifier and Type | Method and Description |
---|---|
void |
ScpNeoSecretStoreThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
void |
ScpNeoSecretStoreThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
Modifier and Type | Method and Description |
---|---|
void |
RequestThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
void |
RequestThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
Modifier and Type | Method and Description |
---|---|
void |
TenantThreadContextListener.afterInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked after the current
ThreadContext is initialized and set. |
void |
TenantThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadContext
This class represents the default implementation of
ThreadContext . |
Modifier and Type | Method and Description |
---|---|
static ThreadContext |
ThreadContextAccessor.getCurrentContext() |
Modifier and Type | Method and Description |
---|---|
static io.vavr.control.Try<ThreadContext> |
ThreadContextAccessor.tryGetCurrentContext()
Returns a
Try of the current ThreadContext . |
io.vavr.control.Try<ThreadContext> |
ThreadContextFacade.tryGetCurrentContext()
Returns a
Try of the current ThreadContext . |
io.vavr.control.Try<ThreadContext> |
ThreadLocalThreadContextFacade.tryGetCurrentContext()
Returns a
Try of the current ThreadContext . |
Modifier and Type | Method and Description |
---|---|
default void |
ThreadContextListener.afterDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked after the current
ThreadContext is destroyed and reset. |
default void |
ThreadContextListener.afterInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked after the current
ThreadContext is initialized and set. |
default void |
ThreadContextListener.beforeDestroy(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is destroyed and reset. |
default void |
ThreadContextListener.beforeInitialize(ThreadContext threadContext,
ThreadContext parentThreadContext)
Invoked before the current
ThreadContext is initialized and set. |
void |
ThreadContextFacade.setCurrentContext(ThreadContext threadContext)
Sets the current
ThreadContext . |
void |
ThreadLocalThreadContextFacade.setCurrentContext(ThreadContext threadContext)
Sets the current
ThreadContext . |
ExecutorT |
AbstractThreadContextExecutor.withThreadContext(ThreadContext threadContext)
The given
ThreadContext is used for the call made with the AbstractThreadContextExecutor.execute(Callable) or
AbstractThreadContextExecutor.execute(Executable) methods. |
Copyright © 2019 SAP SE. All rights reserved.