Package org.beangle.ems.rule.engine.impl
Class CompositeExecutor
java.lang.Object
org.beangle.ems.rule.engine.impl.CompositeExecutor
- All Implemented Interfaces:
RuleExecutor
组合规则执行者
- Author:
- chaostone
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RuleExecutor executor) booleanbooleanvoidsetExecutors(List<RuleExecutor> executors) voidsetStopWhenFail(boolean stopWhenFailure)
-
Constructor Details
-
CompositeExecutor
public CompositeExecutor()
-
-
Method Details
-
execute
- Specified by:
executein interfaceRuleExecutor
-
add
-
getExecutors
-
setExecutors
-
isStopWhenFail
public boolean isStopWhenFail() -
setStopWhenFail
public void setStopWhenFail(boolean stopWhenFailure)
-