RetryDelayStrategy

Defines the time to wait before each attempt in a retry mechanism.

Inheritors

Functions

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

Calculates the time to wait before the given attempt.