Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat.Setter
Packages that use TagContextTextFormat.Setter
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextTextFormat.Setter in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagContextTextFormat.SetterModifier and TypeMethodDescription<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.SetterModifier and TypeMethodDescription<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.SetterModifier and TypeMethodDescriptionabstract <C> void
TagContextTextFormat.inject
(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter) Injects the tag context downstream.