| Class | Description |
|---|---|
| TagContextBinarySerializer |
Object for serializing and deserializing
TagContexts with the binary format. |
| TagContextTextFormat |
Object for injecting and extracting
TagContext as text into carriers that travel in-band
across process boundaries. |
| TagContextTextFormat.Getter<C> |
Class that allows a
TagContextTextFormat to read propagated fields from a carrier. |
| TagContextTextFormat.Setter<C> |
Class that allows a
TagContextTextFormat to set propagated fields into a carrier. |
| TagPropagationComponent |
Object containing all supported
TagContext propagation formats. |
| Exception | Description |
|---|---|
| TagContextDeserializationException |
Exception thrown when a
TagContext cannot be parsed. |
| TagContextSerializationException |
Exception thrown when a
TagContext cannot be serialized. |