SpanAndEndpoint.ClientSpanAndEndpoint, SpanAndEndpoint.LocalSpanAndEndpoint, SpanAndEndpoint.ServerSpanAndEndpointAnnotationSubmitter.create(SpanAndEndpoint,
AnnotationSubmitter.Clock), which is deprecated.@Deprecated
public interface SpanAndEndpoint
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
SpanAndEndpoint.ClientSpanAndEndpoint |
Deprecated.
this type was only used for
AnnotationSubmitter.create(SpanAndEndpoint,
AnnotationSubmitter.Clock), which is deprecated. |
static class |
SpanAndEndpoint.LocalSpanAndEndpoint |
Deprecated.
this type was only used for
AnnotationSubmitter.create(SpanAndEndpoint,
AnnotationSubmitter.Clock), which is deprecated. |
static class |
SpanAndEndpoint.ServerSpanAndEndpoint |
Deprecated.
this type was only used for
AnnotationSubmitter.create(SpanAndEndpoint,
AnnotationSubmitter.Clock), which is deprecated. |
| Modifier and Type | Method | Description |
|---|---|---|
Endpoint |
endpoint() |
Deprecated.
Indicates the network context of the local service being traced.
|
Span |
span() |
Deprecated.
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 © 2018 OpenZipkin. All rights reserved.