public class DefaultAgendaEventListenerFactory extends Object implements AgendaEventListenerFactory
| Constructor and Description |
|---|
DefaultAgendaEventListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Set<AgendaEventListener> |
createAgendaEventListeners(AbstractRuleEngineContextModel ctx)
returns a set of
AgendaEventListeners based on the given context |
protected RuleMatchCountListener |
createRuleMatchCountListener(DroolsRuleEngineContextModel ctx)
creates a RuleMatchCountListener based on the
ctx.ruleFiringLimit attribute. |
public Set<AgendaEventListener> createAgendaEventListeners(AbstractRuleEngineContextModel ctx)
AgendaEventListenerFactoryAgendaEventListeners based on the given contextcreateAgendaEventListeners in interface AgendaEventListenerFactoryctx - the contextprotected RuleMatchCountListener createRuleMatchCountListener(DroolsRuleEngineContextModel ctx)
ctx.ruleFiringLimit attribute.ctx - the context to usectx.ruleFiringLimit attribute is nullCopyright © 2017 SAP SE. All Rights Reserved.