Class DefaultMaxRuleExecutionsFunction
java.lang.Object
de.hybris.platform.ruleengine.impl.DefaultMaxRuleExecutionsFunction
- All Implemented Interfaces:
Function<RuleEvaluationContext,Integer>
public class DefaultMaxRuleExecutionsFunction
extends Object
implements Function<RuleEvaluationContext,Integer>
Function that returns a number that represents maximum rule executions during a single evaluation of a context with
CartRAO present. This is a simple implementation that returns value of -1 that translates to 'no max limit'-
Constructor Details
-
DefaultMaxRuleExecutionsFunction
public DefaultMaxRuleExecutionsFunction()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<RuleEvaluationContext,Integer>
-