public interface SpanAndEndpoint
| Modifier and Type | Interface and Description |
|---|---|
static class |
SpanAndEndpoint.ClientSpanAndEndpoint |
static class |
SpanAndEndpoint.LocalSpanAndEndpoint |
static class |
SpanAndEndpoint.ServerSpanAndEndpoint |
static class |
SpanAndEndpoint.StaticSpanAndEndpoint
Span and endpoint never change reference.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
endpoint()
Indicates the network context of the local service being traced.
|
Span |
span()
Gets the span to which to add annotations.
|
@Nullable Span span()
null. In that case the different submit methods will not
do anything.Endpoint endpoint()
null.Copyright © 2016. All rights reserved.