Class BackOffDelayPolicy.FixedWithInitialDelayBackOffPolicy

    • Method Detail

      • delay

        public Duration delay​(int recoveryAttempt)
        Description copied from interface: BackOffDelayPolicy
        Returns the delay to use for a given attempt.

        The policy can return the TIMEOUT constant to indicate that the task has reached a timeout.

        Specified by:
        delay in interface BackOffDelayPolicy
        Returns:
        the delay, TIMEOUT if the task should stop being retried