| Package | Description |
|---|---|
| org.drools.event |
Drools has a comprehensive event api for all parts of the platform.
|
| org.drools.impl.adapters | |
| org.drools.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KnowledgeRuntimeEventManager
A manager for runtime events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KnowledgeRuntimeAdapter |
class |
StatefulKnowledgeSessionAdapter |
class |
StatelessKnowledgeSessionAdapter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KnowledgeRuntime |
interface |
StatefulKnowledgeSession
StatefulKnowledgeSession is the most common way to interact with the engine.
|
interface |
StatelessKnowledgeSession
StatelessKnowledgeSession provides a convenience API, wrapping StatefulKnowledgeSession.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.