Interface RecoveryDelayHandler

    • Method Detail

      • getDelay

        long getDelay​(int recoveryAttempts)
        Get the time to sleep (in milliseconds) before attempting to reconnect and recover again. This method will be called with recoveryAttempts=0 before the first recovery attempt and then again after each failed recovery.
        Parameters:
        recoveryAttempts - The number of recovery attempts so far.
        Returns:
        the delay in milliseconds