Interface UpdateRetriesJobCommandStep1

All Known Implementing Classes:
JobUpdateRetriesCommandImpl

public interface UpdateRetriesJobCommandStep1
  • Method Details

    • retries

      Set the retries of this job.

      If the given retries are greater than zero then this job will be picked up again by a job subscription and a related incident will be marked as resolved.

      Parameters:
      retries - the retries of this job
      Returns:
      the builder for this command. Call #send() to complete the command and send it to the broker.