Package | Description |
---|---|
io.opentracing.propagation |
Modifier and Type | Interface and Description |
---|---|
interface |
Binary
Binary is an interface defining the required operations for a binary carrier for
Tracer.inject() and Tracer.extract().
|
Modifier and Type | Field and Description |
---|---|
static Format<BinaryExtract> |
Format.Builtin.BINARY_EXTRACT
Like
Format.Builtin.BINARY but specific for calling Tracer.extract(io.opentracing.propagation.Format<C>, C) with. |
Modifier and Type | Method and Description |
---|---|
static BinaryExtract |
BinaryAdapters.extractionCarrier(ByteBuffer buffer)
Creates an inbound Binary instance used for extraction with the
specified ByteBuffer as input.
|
Copyright © 2016–2019 OpenTracing. All rights reserved.