Uses of Interface
de.hybris.platform.ruleengine.RuleExecutionCountListener
Packages that use RuleExecutionCountListener
-
Uses of RuleExecutionCountListener in de.hybris.platform.ruleengine.drools.impl
Methods in de.hybris.platform.ruleengine.drools.impl that return RuleExecutionCountListenerModifier and TypeMethodDescriptionprotected RuleExecutionCountListenerDefaultKieSessionHelper.createRuleExecutionCounterListener()Methods in de.hybris.platform.ruleengine.drools.impl that return types with arguments of type RuleExecutionCountListenerModifier and TypeMethodDescriptionprotected Class<? extends RuleExecutionCountListener>DefaultKieSessionHelper.getRuleExecutionCounterClass()Method parameters in de.hybris.platform.ruleengine.drools.impl with type arguments of type RuleExecutionCountListenerModifier and TypeMethodDescriptionvoidDefaultKieSessionHelper.setRuleExecutionCounterClass(Class<? extends RuleExecutionCountListener> ruleExecutionCounterClass) -
Uses of RuleExecutionCountListener in de.hybris.platform.ruleengine.impl
Classes in de.hybris.platform.ruleengine.impl that implement RuleExecutionCountListenerModifier and TypeClassDescriptionclassRuleMatchCountListener counts the number (per rule) of match-fired events and throws aDroolsRuleLoopExceptionif the given threshold is exceeded, thereby preventing a potentially infinite loop.