MinDelaySeconds

value class MinDelaySeconds(val value: Long)

A non-negative minimum delay in seconds between retry attempts, enforced at construction time.

Parameters

value

the delay in seconds; must be >= 0.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long