public interface ClientSpanState extends CommonSpanState
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getClientEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Span |
getCurrentClientSpan()
Gets the Span for the client request that was started as part of current request.
|
void |
setCurrentClientServiceName(String serviceName) |
void |
setCurrentClientSpan(Span span)
Sets current client span.
|
sampleSpan getCurrentClientSpan()
Endpoint getClientEndpoint()
void setCurrentClientSpan(Span span)
span - Client span.Copyright © 2015. All rights reserved.