Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat.Getter
Packages that use TagContextTextFormat.Getter
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextTextFormat.Getter in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagContextTextFormat.GetterModifier and TypeMethodDescription<C> TagContext
CorrelationContextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) -
Uses of TagContextTextFormat.Getter in io.opencensus.tags
Methods in io.opencensus.tags with parameters of type TagContextTextFormat.GetterModifier and TypeMethodDescription<C> TagContext
NoopTags.NoopTagContextTextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) -
Uses of TagContextTextFormat.Getter in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation with parameters of type TagContextTextFormat.GetterModifier and TypeMethodDescriptionabstract <C> TagContext
TagContextTextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) Extracts the tag context from upstream.