| Package | Description | 
|---|---|
| org.kie.api.runtime | 
 The runtime engine classes, including KieSession and StatelessKieSession. 
 | 
| org.kie.api.runtime.rule | 
 The rule runtime classes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
KieRuntime  | 
interface  | 
KieSession
KieSession is the most common way to interact with the engine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConsequenceExceptionHandler.handleException(Match match,
               RuleRuntime workingMemory,
               Exception exception)  | 
| Constructor and Description | 
|---|
ConsequenceException(Throwable rootCause,
                    RuleRuntime workingMemory,
                    Match match)  | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.