Retry

class Retry(val delay: Duration, val maxAttempts: Long = Long.MAX_VALUE) : OnError

Constructors

Link copied to clipboard
constructor(delay: Duration, maxAttempts: Long = Long.MAX_VALUE)

Properties

Link copied to clipboard
Link copied to clipboard