Uses of Class
io.opencensus.tags.propagation.TagContextSerializationException
Packages that use TagContextSerializationException
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextSerializationException in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that throw TagContextSerializationExceptionModifier and TypeMethodDescription<C> voidCorrelationContextFormat.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 TagContextSerializationExceptionModifier and TypeMethodDescription<C> voidNoopTags.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 TagContextSerializationExceptionModifier and TypeMethodDescriptionabstract <C> voidTagContextTextFormat.inject(TagContext tagContext, C carrier, TagContextTextFormat.Setter<C> setter) Injects the tag context downstream.abstract byte[]TagContextBinarySerializer.toByteArray(TagContext tags) Serializes theTagContextinto the on-the-wire representation.