Uses of Interface
org.kie.api.event.process.ProcessEventManager
-
Packages that use ProcessEventManager 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 ProcessEventManager in org.kie.api.event
Subinterfaces of ProcessEventManager in org.kie.api.event Modifier and Type Interface Description interface
KieRuntimeEventManager
A manager for runtime events. -
Uses of ProcessEventManager in org.kie.api.runtime
Subinterfaces of ProcessEventManager 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.
-