ManualGradePollingPolicy

data class ManualGradePollingPolicy(val recoveryAttempts: Int = 8, val confirmationAttempts: Int = 40, val intervalMillis: Long = 250, val deliveryLeaseMillis: Long)(source)

Limits pending-delivery recovery and confirmation polling.

Attempt counts and the delivery lease must be positive. The polling interval may be zero.

Constructors

Link copied to clipboard
constructor(recoveryAttempts: Int = 8, confirmationAttempts: Int = 40, intervalMillis: Long = 250, deliveryLeaseMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard