Class SetTimerJobRetriesCmd

java.lang.Object
org.activiti.engine.impl.cmd.SetTimerJobRetriesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetTimerJobRetriesCmd extends Object implements Command<Void>, Serializable
See Also:
  • Constructor Details

    • SetTimerJobRetriesCmd

      public SetTimerJobRetriesCmd(String jobId, int retries)
  • Method Details