Uses of Enum Class
org.kie.kogito.tracing.event.trace.TraceExecutionStepType
Packages that use TraceExecutionStepType
-
Uses of TraceExecutionStepType in org.kie.kogito.tracing.event.trace
Methods in org.kie.kogito.tracing.event.trace that return TraceExecutionStepTypeModifier and TypeMethodDescriptionTraceExecutionStep.getType()static TraceExecutionStepTypeReturns the enum constant of this class with the specified name.static TraceExecutionStepType[]TraceExecutionStepType.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 TraceExecutionStepTypeModifierConstructorDescriptionTraceExecutionStep(TraceExecutionStepType type, long duration, String name, com.fasterxml.jackson.databind.JsonNode result, List<? extends Message> messages, Map<String, String> additionalData, List<TraceExecutionStep> children)