| Interface | Description |
|---|---|
| Call.ErrorHandler<V> | |
| Call.FlatMapper<V1,V2> | |
| Call.Mapper<V1,V2> | |
| Callback<V> |
A callback of a single result or error.
|
| Class | Description |
|---|---|
| Annotation |
Associates an event that explains latency with a timestamp.
|
| Call<V> |
This captures a (usually remote) request and can be used once, either
synchronously or asynchronously. |
| Call.Base<V> | |
| CheckResult |
Answers the question: Are operations on this component likely to succeed?
|
| Component |
Components are object graphs used to compose a zipkin service or client.
|
| DependencyLink | |
| DependencyLink.Builder | |
| Endpoint |
The network context of a node in the service graph.
|
| Endpoint.Builder | |
| Span |
A span is a single-host view of an operation.
|
| Span.Builder | |
| SpanBytesDecoderDetector |
Detecting decoder used in transports which don't include means to identify the type of the data.
|
| Enum | Description |
|---|---|
| Span.Kind |
Indicates the primary span type.
|
Copyright © 2015–2019 OpenZipkin. All rights reserved.