Package org.kie.api.runtime
Interface ExecutableRunner<C extends Context>
- All Superinterfaces:
CommandExecutor
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutableRunner<RequestContext>create()static ExecutableRunner<RequestContext>create(long startTime) <T> Texecute(Executable executable) execute(Executable executable, C ctx) Methods inherited from interface org.kie.api.runtime.CommandExecutor
execute
-
Method Details
-
execute
-
execute
-
execute
-
createContext
C createContext() -
create
-
create
-