Package io.opentelemetry.context.propagation
@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.-
ClassDescriptionA container of the registered propagators for every supported format.Interface that allows a
TextMapPropagator
to read propagated fields from a carrier.Injects and extracts a value as text into carriers that travel in-band across process boundaries.Class that allows aTextMapPropagator
to set propagated fields into a carrier.