Uses of Interface
org.kie.api.runtime.RuntimeSession
Packages that use RuntimeSession
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of RuntimeSession in org.kie.api.runtime
Subinterfaces of RuntimeSession in org.kie.api.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceKieSession is the most common way to interact with the engine.interfaceStatelessKieSession provides a convenience API, wrapping KieSession.