public static interface TraceContext.Injector<C>
| Modifier and Type | Method and Description |
|---|---|
void |
inject(TraceContext traceContext,
C carrier)
Usually calls a setter for each propagation field to send downstream.
|
void inject(TraceContext traceContext, C carrier)
traceContext - possibly unsampled.carrier - holds propagation fields. For example, an outgoing message or http request.Copyright © 2017 OpenZipkin. All rights reserved.