Uses of Enum Class
org.kie.kogito.tracing.event.message.MessageCategory
Packages that use MessageCategory
Package
Description
-
Uses of MessageCategory in org.kie.kogito.tracing.event.message
Methods in org.kie.kogito.tracing.event.message that return MessageCategoryModifier and TypeMethodDescriptionMessage.getCategory()static MessageCategoryReturns the enum constant of this class with the specified name.static MessageCategory[]MessageCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kie.kogito.tracing.event.message with parameters of type MessageCategoryModifierConstructorDescriptionMessage(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageExceptionField exception, ModelDomain modelDomain) -
Uses of MessageCategory in org.kie.kogito.tracing.event.message.models
Constructors in org.kie.kogito.tracing.event.message.models with parameters of type MessageCategoryModifierConstructorDescriptionDecisionMessage(MessageLevel level, MessageCategory category, String type, String sourceId, String text, MessageFEELEvent feelEvent, MessageExceptionField exception)