Uses of Interface
io.opentelemetry.context.propagation.TextMapSetter
Packages that use TextMapSetter
Package
Description
Default OpenTelemetry remote baggage propagators.
Default OpenTelemetry remote trace propagators.
Interfaces for defining
ContextPropagators
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 TextMapSetterModifier and TypeMethodDescription<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 TextMapSetterModifier and TypeMethodDescription<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 TextMapSetterModifier and TypeMethodDescription<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 TextMapSetterModifier and TypeMethodDescription<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.