Uses of Interface
io.opentelemetry.context.propagation.TextMapSetter
-
Packages that use TextMapSetter Package Description io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators.io.opentelemetry.api.incubator.propagation io.opentelemetry.api.trace.propagation Default OpenTelemetry remote trace propagators.io.opentelemetry.context.propagation Interfaces for definingContextPropagators
for allowing context propagation across process boundaries, for example when sending context to a remote server. -
-
Uses of TextMapSetter in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type TextMapSetter Modifier and Type Method Description <C> void
W3CBaggagePropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
-
Uses of TextMapSetter in io.opentelemetry.api.incubator.propagation
Methods in io.opentelemetry.api.incubator.propagation with parameters of type TextMapSetter Modifier and Type Method Description <C> void
PassThroughPropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
-
Uses of TextMapSetter in io.opentelemetry.api.trace.propagation
Methods in io.opentelemetry.api.trace.propagation with parameters of type TextMapSetter Modifier and Type Method Description <C> void
W3CTraceContextPropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
-
Uses of TextMapSetter in io.opentelemetry.context.propagation
Methods in io.opentelemetry.context.propagation with parameters of type TextMapSetter Modifier and Type Method Description <C> void
MultiTextMapPropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
<C> void
NoopTextMapPropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
<C> void
TextMapPropagator. inject(Context context, C carrier, TextMapSetter<C> setter)
Injects data for downstream consumers, for example as HTTP headers.
-