Package org.drools.core.runtime.process
Interface ProcessRuntimeFactoryService
-
- All Superinterfaces:
org.kie.api.Service
public interface ProcessRuntimeFactoryService extends org.kie.api.ServiceProcessRuntimeFactoryService is used by the AbstractWorkingMemory to "provide" it's concrete implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalProcessRuntimenewProcessRuntime(InternalWorkingMemory workingMemory)
-
-
-
Method Detail
-
newProcessRuntime
InternalProcessRuntime newProcessRuntime(InternalWorkingMemory workingMemory)
-
-