delay abstract method

Duration delay(
  1. int attempt
)

Returns the delay before the given attempt (0-indexed).

Implementation

Duration delay(int attempt);