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 String
protected JobServiceConfiguration
protected 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:
execute
in interfaceCommand<HistoryJob>
-
getDeadletterJobId
-