Linear

@Serializable
data class Linear(val delayMillis: Long) : RetryPolicy

Retry with a fixed delay between each attempt.

Parameters

delayMillis

Fixed delay in milliseconds between retries.

Constructors

Link copied to clipboard
constructor(delayMillis: Long)

Properties

Link copied to clipboard