public final class ZipkinState extends Object
Exchange
This is needed to keep track of of correlating when an existing span
is calling downstream service(s) and therefore must be able to correlate
those service calls with the parent span.Constructor and Description |
---|
ZipkinState() |
Modifier and Type | Method and Description |
---|---|
brave.Span |
peekServerSpan() |
brave.Span |
popClientSpan() |
brave.Span |
popServerSpan() |
void |
pushClientSpan(brave.Span span) |
void |
pushServerSpan(brave.Span span) |
public static final String KEY
Apache Camel