public class MoveDeadLetterJobToHistoryJobCmd extends Object implements Command<HistoryJob>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
deadletterJobId |
protected JobServiceConfiguration |
jobServiceConfiguration |
protected int |
retries |
| Constructor and Description |
|---|
MoveDeadLetterJobToHistoryJobCmd(String deadletterJobId,
int retries,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoryJob |
execute(CommandContext commandContext) |
String |
getDeadletterJobId() |
protected String deadletterJobId
protected int retries
protected JobServiceConfiguration jobServiceConfiguration
public MoveDeadLetterJobToHistoryJobCmd(String deadletterJobId, int retries, JobServiceConfiguration jobServiceConfiguration)
public HistoryJob execute(CommandContext commandContext)
execute in interface Command<HistoryJob>public String getDeadletterJobId()
Copyright © 2021 Flowable. All rights reserved.