Package | Description |
---|---|
io.opentracing | |
io.opentracing.propagation |
Class and Description |
---|
Format
Format instances control the behavior of Tracer.inject and Tracer.extract (and also constrain the type of the
carrier parameter to same).
|
Class and 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
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. |
TextMapExtractAdapter
A TextMap carrier for use with Tracer.extract() ONLY (it has no mutating methods).
|
TextMapInject
TextMapInject is a built-in carrier for Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) only. |
Copyright © 2016–2019 OpenTracing. All rights reserved.