Uses of Class
io.opencensus.trace.propagation.TextFormat.Setter
Packages that use TextFormat.Setter
Package
Description
-
Uses of TextFormat.Setter in io.opencensus.contrib.http
Constructors in io.opencensus.contrib.http with parameters of type TextFormat.SetterModifierConstructorDescriptionHttpClientHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter) Creates aHttpClientHandlerwith given parameters. -
Uses of TextFormat.Setter in io.opencensus.implcore.trace.propagation
Methods in io.opencensus.implcore.trace.propagation with parameters of type TextFormat.SetterModifier and TypeMethodDescription<C> voidTraceContextFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) -
Uses of TextFormat.Setter in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation with parameters of type TextFormat.SetterModifier and TypeMethodDescriptionabstract <C> voidTextFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) Injects the span context downstream.