All Classes and Interfaces

Class
Description
Contract to assist with access to an external, map-like context, such as the Project Reactor Context, including the ability to read values from it a Map and to write values to it from a Map.
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.