Package | Description |
---|---|
org.kie.api.event |
Drools has a comprehensive event api for all parts of the platform.
|
org.kie.api.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
Modifier and Type | Method and Description |
---|---|
KieRuntime |
KieRuntimeEvent.getKieRuntime()
The knowledge runtime that generated the event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KieSession
KieSession is the most common way to interact with the engine.
|
Modifier and Type | Method and Description |
---|---|
KieRuntime |
KieContext.getKieRuntime() |
KieRuntime |
KieContext.getKnowledgeRuntime()
Deprecated.
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.