Uses of Interface
io.opentelemetry.context.propagation.TextMapGetter
-
Packages that use TextMapGetter 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 definingContextPropagatorsfor allowing context propagation across process boundaries, for example when sending context to a remote server. -
-
Uses of TextMapGetter in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type TextMapGetter Modifier and Type Method Description <C> ContextW3CBaggagePropagator. extract(Context context, C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.api.incubator.propagation
Fields in io.opentelemetry.api.incubator.propagation declared as TextMapGetter Modifier and Type Field Description private static TextMapGetter<java.util.Map<java.lang.String,java.lang.String>>ExtendedContextPropagators. TEXT_MAP_GETTERMethods in io.opentelemetry.api.incubator.propagation with parameters of type TextMapGetter Modifier and Type Method Description <C> ContextPassThroughPropagator. extract(Context context, C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.api.trace.propagation
Methods in io.opentelemetry.api.trace.propagation with parameters of type TextMapGetter Modifier and Type Method Description <C> ContextW3CTraceContextPropagator. extract(Context context, C carrier, TextMapGetter<C> getter)private static <C> SpanContextW3CTraceContextPropagator. extractImpl(C carrier, TextMapGetter<C> getter) -
Uses of TextMapGetter in io.opentelemetry.context.propagation
Methods in io.opentelemetry.context.propagation with parameters of type TextMapGetter Modifier and Type Method Description <C> ContextMultiTextMapPropagator. extract(Context context, C carrier, TextMapGetter<C> getter)<C> ContextNoopTextMapPropagator. extract(Context context, C carrier, TextMapGetter<C> getter)<C> ContextTextMapPropagator. extract(Context context, C carrier, TextMapGetter<C> getter)Extracts data from upstream.
-