| Interface | Description |
|---|---|
| ContextPropagators |
A container of the registered propagators for every supported format.
|
| TextMapPropagator |
Injects and extracts a value as text into carriers that travel in-band across process boundaries.
|
| TextMapPropagator.Getter<C> |
Interface that allows a
TextMapPropagator to read propagated fields from a carrier. |
| TextMapPropagator.Setter<C> |
Class that allows a
TextMapPropagator to set propagated fields into a carrier. |
| Class | Description |
|---|---|
| DefaultContextPropagators |
DefaultContextPropagators is the default, built-in implementation of ContextPropagators. |
| DefaultContextPropagators.Builder |
DefaultContextPropagators.Builder is used to construct a new ContextPropagators object with the specified
propagators. |