Uses of Interface
org.kie.api.runtime.manager.Context
-
Packages that use Context Package Description org.kie.api.runtime.manager -
-
Uses of Context in org.kie.api.runtime.manager
Methods in org.kie.api.runtime.manager with parameters of type Context Modifier and Type Method Description RuntimeEngine
RuntimeManager. getRuntimeEngine(Context<?> context)
ReturnsRuntimeEngine
instance that is fully initialized: KiseSession is created or loaded depending on the strategy TaskService is initialized and attached to ksession (via listener) WorkItemHandlers are initialized and registered on ksession EventListeners (process, agenda, working memory) are initialized and added to ksession
-