| Interface | Description |
|---|---|
| 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().
|
| Class | Description |
|---|---|
| Format.Builtin<C> | |
| 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 OpenTracing. All rights reserved.