Class MoveDeadLetterJobToExecutableJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.MoveDeadLetterJobToExecutableJobCmd
- All Implemented Interfaces:
Serializable
,Command<Job>
public class MoveDeadLetterJobToExecutableJobCmd
extends Object
implements Command<Job>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected JobServiceConfiguration
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionMoveDeadLetterJobToExecutableJobCmd
(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
jobServiceConfiguration
-
jobId
-
retries
protected int retries
-
-
Constructor Details
-
MoveDeadLetterJobToExecutableJobCmd
public MoveDeadLetterJobToExecutableJobCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details