Uses of Class
org.kie.api.conf.EventProcessingOption
-
Packages that use EventProcessingOption Package Description org.kie.api.builder.model org.kie.api.conf -
-
Uses of EventProcessingOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return EventProcessingOption Modifier and Type Method Description EventProcessingOption
KieBaseModel. getEventProcessingMode()
Returns the EventProcessingMode of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type EventProcessingOption Modifier and Type Method Description KieBaseModel
KieBaseModel. setEventProcessingMode(EventProcessingOption eventProcessingMode)
Sets the EventProcessingOption for this KieBaseModel Default is EventProcessingOption.CLOUD -
Uses of EventProcessingOption in org.kie.api.conf
Methods in org.kie.api.conf that return EventProcessingOption Modifier and Type Method Description static EventProcessingOption
EventProcessingOption. determineEventProcessingMode(String mode)
static EventProcessingOption
EventProcessingOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventProcessingOption[]
EventProcessingOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-