Class WorkflowDispatcher
- java.lang.Object
-
- io.nflow.engine.internal.executor.WorkflowDispatcher
-
- All Implemented Interfaces:
Runnable
@Component public class WorkflowDispatcher extends Object implements Runnable
-
-
Constructor Summary
Constructors Constructor Description WorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPaused()booleanisRunning()voidpause()voidresume()voidrun()voidshutdown()
-
-
-
Constructor Detail
-
WorkflowDispatcher
@Inject public WorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env)
-
-