public interface SpanInjector<T>
| Modifier and Type | Method and Description |
|---|---|
void |
inject(Span span,
T carrier)
Takes two arguments:
a Span instance, and
a “carrier” object in which to inject that Span for cross-process propagation.
|
void inject(Span span, T carrier)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.