Package org.beangle.ems.rule.engine
Interface RuleExecutorBuilder
-
- All Known Implementing Classes:
DefaultRuleExecutorBuilder
public interface RuleExecutorBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleExecutorbuild(List<Rule> rules, boolean stopWhenFail)RuleExecutorbuild(RuleConfig ruleConfig)RuleExecutorbuild(Rule rule)
-
-
-
Method Detail
-
build
RuleExecutor build(Rule rule)
-
build
RuleExecutor build(List<Rule> rules, boolean stopWhenFail)
-
build
RuleExecutor build(RuleConfig ruleConfig)
-
-