| Interface | Description |
|---|---|
| Codec<T> | |
| Extractor<T> |
You should implement this class if you want to add possibility to extract information about
SpanContext that is provided in your custom propagation scheme.
|
| Injector<T> |
You should implement this class if you want to add possibility to inject information about
SpanContext that is passed between services in your custom propagation scheme.
|
| Class | Description |
|---|---|
| B3TextMapCodec |
This format is compatible with other Zipkin based trace libraries such as Brave, Wingtips, zipkin-js, etc.
|
| CompositeCodec<T> | |
| PrefixedKeys | |
| TextMapCodec | |
| TextMapCodec.Builder |