All Classes and Interfaces
Class
Description
Wraps an
ExecutorService
in order to capture context via
ContextSnapshot
when a task is submitted, and propagate context to the task
when it is executed.Registry that provides access to, instances of
ContextAccessor
and
ThreadLocalAccessor
.Wraps a
ScheduledExecutorService
in order to capture context via
ContextSnapshot
when a task is submitted, and propagate context to the task
when it is executed.Holds values extracted from
ThreadLocal
and other types of context and exposes
methods to propagate those values.An object to use to reset
ThreadLocal
values at the end of a context scope.Contract to assist with access to a
ThreadLocal
including the ability to get,
set, and reset it.