Interface JobHandler
-
- All Known Implementing Classes:
AsyncContinuationJobHandler,ProcessEventJobHandler,TimerActivateProcessDefinitionHandler,TimerChangeProcessDefinitionSuspensionStateJobHandler,TimerStartEventJobHandler,TimerSuspendProcessDefinitionHandler,TriggerTimerEventJobHandler
@Internal public interface JobHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)java.lang.StringgetType()
-
-
-
Method Detail
-
getType
java.lang.String getType()
-
execute
void execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)
-
-