Interface UpdateRetriesJobCommandStep1

    • Method Detail

      • retries

        UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 retries​(int 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.