Package-level declarations

Types

Link copied to clipboard
class LinearRetry(firstBackoff: Duration, maxBackoff: Duration, maxTries: Int) : Retry

A Retry that linearly increases the delay time between a given minimum and maximum over a given amount of tries.

Link copied to clipboard
interface Retry

A strategy for retrying after after a failed action.