Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat.Getter
-
Packages that use TagContextTextFormat.Getter Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextTextFormat.Getter in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagContextTextFormat.Getter Modifier and Type Method Description <C> TagContextCorrelationContextFormat. 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.Getter Modifier and Type Method Description <C> TagContextNoopTags.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.Getter Modifier and Type Method Description abstract <C> TagContextTagContextTextFormat. extract(C carrier, TagContextTextFormat.Getter<C> getter)Extracts the tag context from upstream.
-