public class SetExternalTaskRetriesCmd extends ExternalTaskCmd
| Modifier and Type | Field and Description |
|---|---|
protected int |
retries |
externalTaskId| Constructor and Description |
|---|
SetExternalTaskRetriesCmd(String externalTaskId,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(ExternalTaskEntity externalTask)
Executes the specific external task commands, which belongs to the current sub class.
|
protected void |
validateInput()
Validates the current input of the command.
|
executepublic SetExternalTaskRetriesCmd(String externalTaskId, int retries)
protected void validateInput()
ExternalTaskCmdvalidateInput in class ExternalTaskCmdprotected void execute(ExternalTaskEntity externalTask)
ExternalTaskCmdexecute in class ExternalTaskCmdexternalTask - the external task which is used for the command executionCopyright © 2018. All rights reserved.