Uses of Class
io.opencensus.tags.propagation.TagContextSerializationException
Packages that use TagContextSerializationException
-
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.