Package org.flowable.job.service
Interface HistoryJobHandler
-
- All Known Implementing Classes:
AbstractAsyncHistoryJobHandler,AsyncHistoryJobHandler,AsyncHistoryJobZippedHandler
public interface HistoryJobHandler- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
execute
void execute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
-
-