Uses of Class
io.opencensus.tags.propagation.TagContextSerializationException
-
Packages that use TagContextSerializationException Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextSerializationException in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that throw TagContextSerializationException Modifier and Type Method Description <C> void
CorrelationContextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
(package private) static byte[]
BinarySerializationUtils. serializeBinary(TagContext tags)
byte[]
TagContextBinarySerializerImpl. toByteArray(TagContext tags)
-
Uses of TagContextSerializationException in io.opencensus.tags
Methods in io.opencensus.tags that throw TagContextSerializationException Modifier and Type Method Description <C> void
NoopTags.NoopTagContextTextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
-
Uses of TagContextSerializationException in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that throw TagContextSerializationException Modifier and Type Method Description abstract <C> void
TagContextTextFormat. inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter)
Injects the tag context downstream.abstract byte[]
TagContextBinarySerializer. toByteArray(TagContext tags)
Serializes theTagContext
into the on-the-wire representation.
-