RetryContext

data class RetryContext(val attempt: Int)(source)

Exposes information about the current retry context.

Parameters

attempt

The current attempt number. Might be 0 if the operation was not retried yet.

Constructors

Link copied to clipboard
constructor(attempt: Int)

Properties

Link copied to clipboard