Package io.opencensus.tags.propagation
-
Class Summary Class Description TagContextBinarySerializer Object for serializing and deserializingTagContext
s with the binary format.TagContextTextFormat Object for injecting and extractingTagContext
as text into carriers that travel in-band across process boundaries.TagContextTextFormat.Getter<C> Class that allows aTagContextTextFormat
to read propagated fields from a carrier.TagContextTextFormat.Setter<C> Class that allows aTagContextTextFormat
to set propagated fields into a carrier.TagPropagationComponent Object containing all supportedTagContext
propagation formats. -
Exception Summary Exception Description TagContextDeserializationException Exception thrown when aTagContext
cannot be parsed.TagContextSerializationException Exception thrown when aTagContext
cannot be serialized.