@ParametersAreNonnullByDefault
Package io.opentelemetry.context.propagation
Interfaces for defining
ContextPropagators for
allowing context propagation across process boundaries, for example when sending context to a
remote server.-
Interface Summary Interface Description ContextPropagators A container of the registered propagators for every supported format.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.