Interface DelayStrategy

    • Method Detail

      • nextDelay

        long nextDelay​(WaiterConfiguration.WaitContext context)
        Returns the amount of time to wait (in millis) before making another poll attempt.
        Parameters:
        context - The context after the last attempt.
        Returns:
        The amount of time to wait, in millis.