get

abstract operator fun get(index: Int): Duration

Gets the delay for the given retry index.

The delay before the first retry after the initial attempt is at index 0.

Return

The Duration to wait before the next retry.

Since

1.0.0

Parameters

index

The number of retries already attempted