public class MoveDeadLetterJobToExecutableJobCmd extends Object implements Command<Job>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobId |
protected JobServiceConfiguration |
jobServiceConfiguration |
protected int |
retries |
| Constructor and Description |
|---|
MoveDeadLetterJobToExecutableJobCmd(String jobId,
int retries,
JobServiceConfiguration jobServiceConfiguration) |
protected JobServiceConfiguration jobServiceConfiguration
protected String jobId
protected int retries
public MoveDeadLetterJobToExecutableJobCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
Copyright © 2021 Flowable. All rights reserved.