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>interfaceKieSession is the most common way to interact with the engine.interfaceStatelessKieSession provides a convenience API, wrapping KieSession. -
Uses of CommandExecutor in org.kie.api.task
Subinterfaces of CommandExecutor in org.kie.api.taskModifier and TypeInterfaceDescriptioninterfaceThe Task Service Entry Point serves as facade of all the other services, providing a single entry point to access to all the services