@Component public class WorkflowDispatcher extends Object implements Runnable
| Constructor and Description |
|---|
WorkflowDispatcher(WorkflowInstanceExecutor executor,
WorkflowInstanceDao workflowInstances,
WorkflowStateProcessorFactory stateProcessorFactory,
WorkflowDefinitionService workflowDefinitions,
ExecutorDao executorDao,
Environment env) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPaused() |
boolean |
isRunning() |
void |
pause() |
void |
resume() |
void |
run() |
void |
shutdown() |
@Inject public WorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, Environment env)
Copyright © 2014–2020 Nitor Creations. All rights reserved.