Interface RetryStrategy.Builder

    • Method Detail

      • maximumRetryAttempts

        RetryStrategy.Builder maximumRetryAttempts​(Integer maximumRetryAttempts)

        The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

        Parameters:
        maximumRetryAttempts - The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.