Uses of Interface
org.kie.api.runtime.CommandExecutor
-
Packages that use CommandExecutor Package Description org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.org.kie.api.task -
-
Uses of CommandExecutor in org.kie.api.runtime
Subinterfaces of CommandExecutor in org.kie.api.runtime Modifier and Type Interface Description interface
ExecutableRunner<C extends Context>
interface
KieSession
KieSession is the most common way to interact with the engine.interface
StatelessKieSession
StatelessKieSession provides a convenience API, wrapping KieSession. -
Uses of CommandExecutor in org.kie.api.task
Subinterfaces of CommandExecutor in org.kie.api.task Modifier and Type Interface Description interface
TaskService
The Task Service Entry Point serves as facade of all the other services, providing a single entry point to access to all the services
-