Interface RulesEngine.DefinitionStages.WithRules
- All Known Subinterfaces:
RulesEngine.Definition,RulesEngine.DefinitionStages.WithCreate
- Enclosing interface:
- RulesEngine.DefinitionStages
public static interface RulesEngine.DefinitionStages.WithRules
The stage of the RulesEngine definition allowing to specify rules.
-
Method Summary
Modifier and TypeMethodDescriptionwithRules(List<RulesEngineRule> rules) Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..
-
Method Details
-
withRules
Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..- Parameters:
rules- A list of rules that define a particular Rules Engine Configuration.- Returns:
- the next definition stage.
-