public interface Format<C>
Tracer tracer = ...
io.opentracing.propagation.HttpHeaders httpCarrier = new AnHttpHeaderCarrier(httpRequest);
SpanContext spanCtx = tracer.extract(Format.Builtin.HTTP_HEADERS, httpHeaderReader);
Modifier and Type | Interface and Description |
---|---|
static class |
Format.Builtin<C> |
Copyright © 2016–2017 OpenTracing. All rights reserved.