NoDelayStrategy

A delay strategy that doesn't introduce any delay between attempts. Always returns Duration.ZERO for any cause and any attempt.

Functions

Link copied to clipboard
open override fun nextDelay(cause: Throwable, attempt: Long): Duration

Returns the Duration computed by this DelayStrategy to delay. Duration.ZERO means passing without delay.