Uses of Class
io.opencensus.trace.propagation.TextFormat.Getter
Packages that use TextFormat.Getter
Package
Description
-
Uses of TextFormat.Getter in io.opencensus.contrib.http
Constructors in io.opencensus.contrib.http with parameters of type TextFormat.GetterModifierConstructorDescriptionHttpServerHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, Boolean publicEndpoint) Creates aHttpServerHandlerwith given parameters. -
Uses of TextFormat.Getter in io.opencensus.implcore.trace.propagation
Methods in io.opencensus.implcore.trace.propagation with parameters of type TextFormat.GetterModifier and TypeMethodDescription<C> SpanContextTraceContextFormat.extract(C carrier, TextFormat.Getter<C> getter) -
Uses of TextFormat.Getter in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation with parameters of type TextFormat.GetterModifier and TypeMethodDescriptionabstract <C> SpanContextTextFormat.extract(C carrier, TextFormat.Getter<C> getter) Extracts the span context from upstream.