Package | Description |
---|---|
io.opentracing.propagation |
Modifier and Type | Interface and Description |
---|---|
interface |
TextMap
TextMap is a built-in carrier for Tracer.inject() and Tracer.extract().
|
Modifier and Type | Class and Description |
---|---|
class |
TextMapAdapter
|
class |
TextMapExtractAdapter
A TextMap carrier for use with Tracer.extract() ONLY (it has no mutating methods).
|
Modifier and Type | Field and Description |
---|---|
static Format<TextMapExtract> |
Format.Builtin.TEXT_MAP_EXTRACT
Like
Format.Builtin.TEXT_MAP but specific for calling Tracer.extract(io.opentracing.propagation.Format<C>, C) with. |
Copyright © 2016–2019 OpenTracing. All rights reserved.