Class SetJobRetriesCmd

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

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

    • SetJobRetriesCmd

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