DelayStrategy

interface DelayStrategy

Interface, using the strategy pattern, for an implementer to delay for periods of time.

Functions

await
Link copied to clipboard
common
abstract suspend fun await(iteration: Int, elapsedMillis: Long)

Inheritors

FixedDelay
Link copied to clipboard
ExponentialBackoff
Link copied to clipboard
Dynamic
Link copied to clipboard