All Classes and Interfaces

Class
Description
 
AutoCloseable interface which doesn't throw.
 
 
Interface to be implemented by contextual wrappers so the plan can feed them thread locals.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Marker interface for contextualised lambdas, so we don't try to recontextualise them.
 
 
 
 
 
 
 
 
Holds default values for ManagedExecutor and ThreadContext.
Special implementation of a FastThreadContextProvider if your context is using StorageManager to obtain its ThreadLocal, in which case we can obtain it from there to propagate it, if we know its StorageDeclaration.
Subtype of ThreadContextProvider which bypasses all the ThreadContextProvider.currentContext(Map) and ThreadContextProvider.clearedContext(Map) and ThreadContextSnapshot and just works on the ThreadLocal and cleared value we designate.
 
 
 
Restores a context and allows you to clean it up (unrestore it).
Holds the list of thread context snapshots that constitute a captured context.