Retry

data class Retry(val after: Duration) : RetryDecision(source)

Try again after a delay.

Parameters

after

How long to wait; Duration.ZERO retries immediately. The framework's wall-clock ceiling still applies, so a delay past it ends the evaluation instead.

Constructors

Link copied to clipboard
constructor(after: Duration)

Properties

Link copied to clipboard