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<BinaryInject> |
Format.Builtin.BINARY_INJECT
Like
Format.Builtin.BINARY but specific for calling Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) with. |
Modifier and Type | Method and Description |
---|---|
static BinaryInject |
BinaryAdapters.injectionCarrier(ByteBuffer buffer)
Creates an outbound
Binary instance used for injection with the
specified ByteBuffer as output. |
Copyright © 2016–2019 OpenTracing. All rights reserved.