| Interface | Description |
|---|---|
| Binary |
Binary is an interface defining the required operations for a binary carrier for
Tracer.inject() and Tracer.extract().
|
| BinaryExtract |
BinaryExtract is an interface defining the required operations for a binary carrier for
Tracer.extract(io.opentracing.propagation.Format<C>, C) only. |
| BinaryInject |
BinaryInject is an interface defining the required operations for a binary carrier for
Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) only. |
| Format<C> |
Format instances control the behavior of Tracer.inject and Tracer.extract (and also constrain the type of the
carrier parameter to same).
|
| TextMap |
TextMap is a built-in carrier for Tracer.inject() and Tracer.extract().
|
| TextMapExtract |
TextMapExtract is a built-in carrier for Tracer.extract(io.opentracing.propagation.Format<C>, C) only. |
| TextMapInject |
TextMapInject is a built-in carrier for Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) only. |
| Class | Description |
|---|---|
| BinaryAdapters | |
| Format.Builtin<C> | |
| TextMapAdapter | |
| TextMapExtractAdapter |
A TextMap carrier for use with Tracer.extract() ONLY (it has no mutating methods).
|
| TextMapInjectAdapter |
A TextMap carrier for use with Tracer.inject() ONLY (it has no read methods).
|
Copyright © 2016–2019 OpenTracing. All rights reserved.