| Package | Description |
|---|---|
| io.cellery.observability.model.generator.model |
| Modifier and Type | Method and Description |
|---|---|
SpanInfo.Kind |
SpanInfo.getKind() |
static SpanInfo.Kind |
SpanInfo.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanInfo.Kind[] |
SpanInfo.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SpanInfo(String cellName,
String componentName,
String operationName,
String spanId,
String parentId,
SpanInfo.Kind kind,
long startTime) |
Copyright © 2019 WSO2. All rights reserved.