Interface BatchRetryStrategy.Builder

  • Method Details

    • attempts

      BatchRetryStrategy.Builder attempts(Integer attempts)

      The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

      Parameters:
      attempts - The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.