FixedDelay

A RetryDelayStrategy where the delay is the same for all attempts.

Constructors

Link copied to clipboard
constructor(delay: Duration)

Functions

Link copied to clipboard
open override fun computeDelay(attempt: Int): Duration

Calculates the time to wait before the given attempt.