All Classes
-
All Classes Interface Summary Class Summary Class Description Context A context propagation mechanism which can carry scoped-values across API boundaries and between threads.ContextKey<T> Key for indexing values of typeContextKey
stored in aContext
.ContextPropagators A container of the registered propagators for every supported format.ContextStorage The storage for storing and retrieving the currentContext
.ContextStorageProvider A Java SPI (Service Provider Interface) to allow replacing the defaultContextStorage
.DefaultContextPropagators DefaultContextPropagators
is the default, built-in implementation ofContextPropagators
.DefaultContextPropagators.Builder DefaultContextPropagators.Builder
is used to construct a newContextPropagators
object with the specified propagators.ImplicitContextKeyed A value that can be stored insideContext
.Scope AnAutoCloseable
that represents a mounted context for a block of code.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapPropagator.Getter<C> Interface that allows aTextMapPropagator
to read propagated fields from a carrier.TextMapPropagator.Setter<C> Class that allows aTextMapPropagator
to set propagated fields into a carrier.