Interface BackoffPolicy

    • Method Detail

      • backoff

        void backoff​(int attemptNumber)
              throws InterruptedException
        Wait depending on the current attempt number (1, 2, 3, etc)
        Parameters:
        attemptNumber - current attempt number
        Throws:
        InterruptedException