Uses of Interface
org.kie.api.runtime.rule.RuleRuntime
Packages that use RuleRuntime
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
The rule runtime classes.
-
Uses of RuleRuntime in org.kie.api.runtime
Subinterfaces of RuleRuntime in org.kie.api.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceKieSession is the most common way to interact with the engine. -
Uses of RuleRuntime in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule with parameters of type RuleRuntimeModifier and TypeMethodDescriptionvoidConsequenceExceptionHandler.handleException(Match match, RuleRuntime workingMemory, Exception exception) Constructors in org.kie.api.runtime.rule with parameters of type RuleRuntimeModifierConstructorDescriptionConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)