Class MoveDeadLetterJobToHistoryJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.MoveDeadLetterJobToHistoryJobCmd
- All Implemented Interfaces:
Serializable,Command<HistoryJob>
public class MoveDeadLetterJobToHistoryJobCmd
extends Object
implements Command<HistoryJob>, Serializable
- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected JobServiceConfigurationprotected int -
Constructor Summary
ConstructorsConstructorDescriptionMoveDeadLetterJobToHistoryJobCmd(String deadletterJobId, int retries, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
deadletterJobId
-
retries
protected int retries -
jobServiceConfiguration
-
-
Constructor Details
-
MoveDeadLetterJobToHistoryJobCmd
public MoveDeadLetterJobToHistoryJobCmd(String deadletterJobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand<HistoryJob>
-
getDeadletterJobId
-