All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Map<String,String> |
byteBufToMap(ByteBuf byteBuf) |
static io.opentracing.SpanContext |
deserializeTracingMetadata(io.opentracing.Tracer tracer,
ByteBuf metadata) |
static io.opentracing.SpanContext |
deserializeTracingMetadata(io.opentracing.Tracer tracer,
Map<String,String> metadata) |
static ByteBuf |
mapToByteBuf(ByteBufAllocator allocator,
Map<String,String> map) |
static <T> Function<Map<String,String>,Function<? super org.reactivestreams.Publisher<T>,? extends org.reactivestreams.Publisher<T>>> |
trace() |
static <T> Function<Map<String,String>,Function<? super org.reactivestreams.Publisher<T>,? extends org.reactivestreams.Publisher<T>>> |
trace(io.opentracing.Tracer tracer,
String name,
Tag... tags) |
static <T> Function<io.opentracing.SpanContext,Function<? super org.reactivestreams.Publisher<T>,? extends org.reactivestreams.Publisher<T>>> |
traceAsChild() |
static <T> Function<io.opentracing.SpanContext,Function<? super org.reactivestreams.Publisher<T>,? extends org.reactivestreams.Publisher<T>>> |
traceAsChild(io.opentracing.Tracer tracer,
String name,
Tag... tags) |