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> 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 TagContextSerializationExceptionModifier and TypeMethodDescription<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 TagContextSerializationExceptionModifier and TypeMethodDescriptionabstract <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.