All Classes
-
Interface 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 typeContextKeystored 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.ImplicitContextKeyed A value that can be stored insideContext.Scope AnAutoCloseablethat represents a mounted context for a block of code.TextMapGetter<C> Interface that allows aTextMapPropagatorto read propagated fields from a carrier.TextMapPropagator Injects and extracts a value as text into carriers that travel in-band across process boundaries.TextMapSetter<C> Class that allows aTextMapPropagatorto set propagated fields into a carrier.