public interface ClientSpanState extends CommonSpanState
| Modifier and Type | Method and Description |
|---|---|
Span |
getCurrentClientSpan()
Gets the Span for the client request that was started as part of current request.
|
void |
setCurrentClientSpan(Span span)
Sets current client span.
|
endpoint, sampleSpan getCurrentClientSpan()
void setCurrentClientSpan(Span span)
span - Client span.Copyright © 2016. All rights reserved.