类 DecisionWorkflowExecutor
java.lang.Object
com.aizuda.easy.retry.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
com.aizuda.easy.retry.server.job.task.support.executor.workflow.DecisionWorkflowExecutor
- 所有已实现的接口:
WorkflowExecutor,org.springframework.beans.factory.InitializingBean
- 从以下版本开始:
- 2.6.0
- 作者:
- xiaowoniu
-
字段概要
从类继承的字段 com.aizuda.easy.retry.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
workflowBatchHandler -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidafterExecute(WorkflowExecutorContext context) protected voidbeforeExecute(WorkflowExecutorContext context) voiddoExecute(WorkflowExecutorContext context) protected booleandoPreValidate(WorkflowExecutorContext context) com.aizuda.easy.retry.common.core.enums.WorkflowNodeTypeEnum从类继承的方法 com.aizuda.easy.retry.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
afterPropertiesSet, execute, generateJobTask, generateJobTaskBatch, preValidate, workflowTaskExecutor
-
构造器详细资料
-
DecisionWorkflowExecutor
public DecisionWorkflowExecutor()
-
-
方法详细资料
-
getWorkflowNodeType
public com.aizuda.easy.retry.common.core.enums.WorkflowNodeTypeEnum getWorkflowNodeType() -
beforeExecute
- 指定者:
beforeExecute在类中AbstractWorkflowExecutor
-
doExecute
- 指定者:
doExecute在类中AbstractWorkflowExecutor
-
doPreValidate
- 指定者:
doPreValidate在类中AbstractWorkflowExecutor
-
afterExecute
- 指定者:
afterExecute在类中AbstractWorkflowExecutor
-