Class BulkMoveDeadLetterJobsToHistoryJobsCmd
java.lang.Object
org.flowable.job.service.impl.cmd.BulkMoveDeadLetterJobsToHistoryJobsCmd
- Author:
- Christopher Welsch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<String>
protected JobServiceConfiguration
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionBulkMoveDeadLetterJobsToHistoryJobsCmd
(Collection<String> deadLetterJobIds, int retries, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
jobServiceConfiguration
-
deadLetterJobIds
-
retries
protected int retries
-
-
Constructor Details
-
BulkMoveDeadLetterJobsToHistoryJobsCmd
public BulkMoveDeadLetterJobsToHistoryJobsCmd(Collection<String> deadLetterJobIds, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details