Package | Description |
---|---|
io.opentracing.propagation |
Modifier and Type | Class and Description |
---|---|
class |
TextMapAdapter
|
Modifier and Type | Field and Description |
---|---|
static Format<TextMap> |
Format.Builtin.HTTP_HEADERS
The HTTP_HEADERS format allows for HTTP-header-compatible String->String map encoding of SpanContext state
for Tracer.inject and Tracer.extract.
|
static Format<TextMap> |
Format.Builtin.TEXT_MAP
The TEXT_MAP format allows for arbitrary String->String map encoding of SpanContext state for
Tracer.inject and Tracer.extract.
|
Copyright © 2016–2019 OpenTracing. All rights reserved.