RetryOnRetry

data class RetryOnRetry(val attempt: Int) : RetryEvent(source)

Represents a retry event triggered when a retry is attempted.

Parameters

attempt

The current attempt number. Starts from 1.

Constructors

Link copied to clipboard
constructor(attempt: Int)

Properties

Link copied to clipboard