Package org.drools.core.runtime
Interface ChainableRunner
-
- All Superinterfaces:
org.kie.api.runtime.CommandExecutor,org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>,InternalLocalRunner
- All Known Implementing Classes:
AbstractInterceptor,AsynchronousInterceptor,FireAllRulesInterceptor,LoggingInterceptor
public interface ChainableRunner extends InternalLocalRunner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.runtime.InternalLocalRunner
InternalLocalRunner.SingleBatchExecutable, InternalLocalRunner.SingleCommandExecutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.api.runtime.ExecutableRunnergetNext()voidsetNext(org.kie.api.runtime.ExecutableRunner runner)-
Methods inherited from interface org.drools.core.runtime.InternalLocalRunner
execute, execute, execute
-
-