Uses of Enum Class
org.kie.kogito.tracing.event.trace.TraceEventType
Packages that use TraceEventType
-
Uses of TraceEventType in org.kie.kogito.tracing.event.trace
Methods in org.kie.kogito.tracing.event.trace that return TraceEventTypeModifier and TypeMethodDescriptionTraceHeader.getType()static TraceEventTypeReturns the enum constant of this class with the specified name.static TraceEventType[]TraceEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kie.kogito.tracing.event.trace with parameters of type TraceEventTypeModifierConstructorDescriptionTraceHeader(TraceEventType type, String executionId, Long startTs, Long endTs, Long duration, TraceResourceId resourceId, List<Message> messages)