retryLimitReachedForDisposition
retryLimitReachedForDisposition(
disposition,attempt,maxAttempts):boolean
Defined in: packages/pubsub/src/settlement.ts:5
Return true when a retry disposition has exhausted the allowed attempts.
Parameters
Section titled “Parameters”disposition
Section titled “disposition”attempt
Section titled “attempt”number
maxAttempts
Section titled “maxAttempts”number | undefined
Returns
Section titled “Returns”boolean