| Package | Description |
|---|---|
| fish.payara.notification.requesttracing |
| Modifier and Type | Method and Description |
|---|---|
EventType |
RequestTraceSpan.getEventType() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTraceSpan.setEventType(EventType spanType) |
| Constructor and Description |
|---|
RequestTraceSpan(EventType eventType,
String eventName) |
RequestTraceSpan(EventType eventType,
String eventName,
UUID propagatedTraceId,
UUID propagatedParentId,
RequestTraceSpan.SpanContextRelationshipType spanContextRelationship) |
Copyright © 2019. All rights reserved.