Class WorkflowExecutorFactory
java.lang.Object
com.aizuda.snailjob.server.job.task.support.executor.workflow.WorkflowExecutorFactory
- Since:
- 2.6.0
- Author:
- xiaowoniu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowExecutorgetWorkflowExecutor(Integer type) protected static voidregisterJobExecutor(com.aizuda.snailjob.common.core.enums.WorkflowNodeTypeEnum workflowNodeTypeEnum, WorkflowExecutor executor)
-
Constructor Details
-
WorkflowExecutorFactory
public WorkflowExecutorFactory()
-
-
Method Details
-
registerJobExecutor
protected static void registerJobExecutor(com.aizuda.snailjob.common.core.enums.WorkflowNodeTypeEnum workflowNodeTypeEnum, WorkflowExecutor executor) -
getWorkflowExecutor
-