| Interface | Description |
|---|---|
| ContextPropagators |
A container of the registered propagators for every supported format.
|
| HttpTextFormat |
Injects and extracts a value as text into carriers that travel in-band across process boundaries.
|
| HttpTextFormat.Getter<C> |
Interface that allows a
HttpTextFormat to read propagated fields from a carrier. |
| HttpTextFormat.Setter<C> |
Class that allows a
HttpTextFormat 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. |