| Package | Description |
|---|---|
| brave | |
| brave.internal.recorder |
| Modifier and Type | Method and Description |
|---|---|
static Span.Kind |
Span.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Span.Kind[] |
Span.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Span |
Span.kind(Span.Kind kind)
The kind of span is optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.kind(TraceContext context,
Span.Kind kind) |
Copyright © 2017 OpenZipkin. All rights reserved.