Uses of Interface
org.beangle.ems.rule.engine.RuleExecutor
-
Packages that use RuleExecutor Package Description org.beangle.ems.rule.engine org.beangle.ems.rule.engine.impl -
-
Uses of RuleExecutor in org.beangle.ems.rule.engine
Methods in org.beangle.ems.rule.engine that return RuleExecutor Modifier and Type Method Description RuleExecutorRuleExecutorBuilder. build(List<Rule> rules, boolean stopWhenFail)RuleExecutorRuleExecutorBuilder. build(RuleConfig ruleConfig)RuleExecutorRuleExecutorBuilder. build(Rule rule) -
Uses of RuleExecutor in org.beangle.ems.rule.engine.impl
Classes in org.beangle.ems.rule.engine.impl that implement RuleExecutor Modifier and Type Class Description classCompositeExecutor组合规则执行者Methods in org.beangle.ems.rule.engine.impl that return RuleExecutor Modifier and Type Method Description RuleExecutorDefaultRuleExecutorBuilder. build(List<Rule> rules, boolean stopWhenFail)RuleExecutorDefaultRuleExecutorBuilder. build(RuleConfig ruleConfig)RuleExecutorDefaultRuleExecutorBuilder. build(Rule rule)Methods in org.beangle.ems.rule.engine.impl that return types with arguments of type RuleExecutor Modifier and Type Method Description List<RuleExecutor>CompositeExecutor. getExecutors()Methods in org.beangle.ems.rule.engine.impl with parameters of type RuleExecutor Modifier and Type Method Description voidCompositeExecutor. add(RuleExecutor executor)Method parameters in org.beangle.ems.rule.engine.impl with type arguments of type RuleExecutor Modifier and Type Method Description voidCompositeExecutor. setExecutors(List<RuleExecutor> executors)
-