Uses of Interface
org.kie.api.event.rule.RuleRuntimeEventManager
-
Packages that use RuleRuntimeEventManager Package Description org.kie.api.event Comprehensive event API for all parts of the platform.org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of RuleRuntimeEventManager in org.kie.api.event
Subinterfaces of RuleRuntimeEventManager in org.kie.api.event Modifier and Type Interface Description interface
KieRuntimeEventManager
A manager for runtime events. -
Uses of RuleRuntimeEventManager in org.kie.api.runtime
Subinterfaces of RuleRuntimeEventManager in org.kie.api.runtime Modifier and Type Interface Description interface
KieRuntime
interface
KieSession
KieSession is the most common way to interact with the engine.interface
StatelessKieSession
StatelessKieSession provides a convenience API, wrapping KieSession.
-