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 |
TextMapInjectAdapter
A TextMap carrier for use with Tracer.inject() ONLY (it has no read methods).
|
Modifier and Type | Field and Description |
---|---|
static Format<TextMapInject> |
Format.Builtin.TEXT_MAP_INJECT
Like
Format.Builtin.TEXT_MAP but specific for calling Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) with. |
Copyright © 2016–2019 OpenTracing. All rights reserved.