retryDelays property

List<Duration> retryDelays
final

The delays between attempts. Empty retryDelays means no delay.

If retries count more than retryDelays count, the last element value of retryDelays will be used.

Implementation

final List<Duration> retryDelays;