Uses of Class
org.drools.ruleunits.api.conf.EventProcessingType
-
Packages that use EventProcessingType Package Description org.drools.ruleunits.api.conf -
-
Uses of EventProcessingType in org.drools.ruleunits.api.conf
Methods in org.drools.ruleunits.api.conf that return EventProcessingType Modifier and Type Method Description EventProcessingTypeRuleUnitConfig. getDefaultedEventProcessingType()EventProcessingTypevalue()static EventProcessingTypeEventProcessingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventProcessingType[]EventProcessingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.ruleunits.api.conf that return types with arguments of type EventProcessingType Modifier and Type Method Description java.util.Optional<EventProcessingType>RuleUnitConfig. getEventProcessingType()Constructors in org.drools.ruleunits.api.conf with parameters of type EventProcessingType Constructor Description RuleUnitConfig(EventProcessingType eventProcessingType, ClockType clockType, java.lang.Integer sessionPool)Constructor parameters in org.drools.ruleunits.api.conf with type arguments of type EventProcessingType Constructor Description RuleUnitConfig(java.util.Optional<EventProcessingType> eventProcessingType, java.util.Optional<ClockType> clockType, java.util.OptionalInt sessionPool)
-