public interface LocalSpanState extends CommonSpanState
| Modifier and Type | Method and Description |
|---|---|
Span |
getCurrentLocalSpan()
Gets the Span for the local request that was started as part of current request.
|
void |
setCurrentLocalSpan(Span span)
Sets current local span.
|
endpoint, sample@Nullable Span getCurrentLocalSpan()
void setCurrentLocalSpan(Span span)
span - Local span.Copyright © 2016. All rights reserved.