Uses of Enum Class
org.kie.api.conf.EventProcessingOption
Packages that use EventProcessingOption
-
Uses of EventProcessingOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return EventProcessingOptionModifier and TypeMethodDescriptionKieBaseModel.getEventProcessingMode()Returns the EventProcessingMode of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type EventProcessingOptionModifier and TypeMethodDescriptionKieBaseModel.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 EventProcessingOptionModifier and TypeMethodDescriptionstatic EventProcessingOptionEventProcessingOption.determineEventProcessingMode(String mode) static EventProcessingOptionReturns the enum constant of this class with the specified name.static EventProcessingOption[]EventProcessingOption.values()Returns an array containing the constants of this enum class, in the order they are declared.