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 EventProcessingOptionKieBaseModel. getEventProcessingMode()Returns the EventProcessingMode of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type EventProcessingOption Modifier and Type Method Description KieBaseModelKieBaseModel. 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 EventProcessingOptionEventProcessingOption. determineEventProcessingMode(String mode)static EventProcessingOptionEventProcessingOption. 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.
-