Class SetTimerJobRetriesCmd
java.lang.Object
org.flowable.job.service.impl.cmd.SetTimerJobRetriesCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected JobServiceConfiguration
protected final int
-
Constructor Summary
ConstructorsConstructorDescriptionSetTimerJobRetriesCmd
(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
jobId
-
retries
protected final int retries -
jobServiceConfiguration
-
-
Constructor Details
-
SetTimerJobRetriesCmd
public SetTimerJobRetriesCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details