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> voidW3CBaggagePropagator.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> voidPassThroughPropagator.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> voidW3CTraceContextPropagator.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> voidMultiTextMapPropagator.inject(Context context, C carrier, TextMapSetter<C> setter) <C> voidNoopTextMapPropagator.inject(Context context, C carrier, TextMapSetter<C> setter) <C> voidTextMapPropagator.inject(Context context, C carrier, TextMapSetter<C> setter) Injects data for downstream consumers, for example as HTTP headers.