public class MoveJobToDeadLetterJobCmd extends Object implements Command<DeadLetterJobEntity>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobId |
protected JobServiceConfiguration |
jobServiceConfiguration |
| Constructor and Description |
|---|
MoveJobToDeadLetterJobCmd(String jobId,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
execute(CommandContext commandContext) |
String |
getJobId() |
protected String jobId
protected JobServiceConfiguration jobServiceConfiguration
public MoveJobToDeadLetterJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
public DeadLetterJobEntity execute(CommandContext commandContext)
execute in interface Command<DeadLetterJobEntity>public String getJobId()
Copyright © 2021 Flowable. All rights reserved.