public interface Propagator
| Modifier and Type | Field and Description |
|---|---|
static Propagator |
BINARY |
static Propagator |
HTTP_HEADERS |
static Propagator |
TEXT_MAP |
| Modifier and Type | Method and Description |
|---|---|
<C> SpanContext |
extract(C carrier) |
<C> void |
inject(SpanContext spanContext,
C carrier) |
static final Propagator TEXT_MAP
static final Propagator HTTP_HEADERS
static final Propagator BINARY
<C> void inject(SpanContext spanContext, C carrier)
<C> SpanContext extract(C carrier)
Copyright © 2023 LightStep. All rights reserved.