calculateDelay abstract method

Duration calculateDelay(
  1. int attemptNumber
)

Calculates the delay before the next reconnection attempt.

Implementation

Duration calculateDelay(int attemptNumber);