Uses of Interface
org.kie.api.runtime.CommandExecutor
Packages that use CommandExecutor
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of CommandExecutor in org.kie.api.runtime
Subinterfaces of CommandExecutor in org.kie.api.runtimeModifier and TypeInterfaceDescriptioninterfaceExecutableRunner<C extends Context>interfaceinterfaceKieSession is the most common way to interact with the engine.interfaceinterfaceStatelessKieSession provides a convenience API, wrapping KieSession.