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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfigurationprotected intretries
-
Constructor Summary
Constructors Constructor Description MoveDeadLetterJobToExecutableJobCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
jobId
protected String jobId
-
retries
protected int retries
-
-
Constructor Detail
-
MoveDeadLetterJobToExecutableJobCmd
public MoveDeadLetterJobToExecutableJobCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-