Uses of Class
fish.payara.notification.requesttracing.EventType
-
Packages that use EventType Package Description fish.payara.notification.requesttracing -
-
Uses of EventType in fish.payara.notification.requesttracing
Methods in fish.payara.notification.requesttracing that return EventType Modifier and Type Method Description EventTypeRequestTraceSpan. getEventType()static EventTypeEventType. 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.Methods in fish.payara.notification.requesttracing with parameters of type EventType Modifier and Type Method Description voidRequestTraceSpan. setEventType(EventType spanType)Constructors in fish.payara.notification.requesttracing with parameters of type EventType Constructor Description RequestTraceSpan(EventType eventType, String eventName)RequestTraceSpan(EventType eventType, String eventName, UUID propagatedTraceId, UUID propagatedParentId, RequestTraceSpan.SpanContextRelationshipType spanContextRelationship)
-