Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat.Setter
-
Packages that use TagContextTextFormat.Setter Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextTextFormat.Setter in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagContextTextFormat.Setter Modifier and Type Method Description <C> void
CorrelationContextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
-
Uses of TagContextTextFormat.Setter in io.opencensus.tags
Methods in io.opencensus.tags with parameters of type TagContextTextFormat.Setter Modifier and Type Method Description <C> void
NoopTags.NoopTagContextTextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
-
Uses of TagContextTextFormat.Setter in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation with parameters of type TagContextTextFormat.Setter Modifier and Type Method Description abstract <C> void
TagContextTextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
Injects the tag context downstream.
-