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, String configuration, ExecutionEntity execution, CommandContext commandContext)StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
execute
void execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext)
-
-