Class RetryDeciderAbstract
Properties
Abstract
Readonly
maxAttempts
maxAttempts: number
Methods
Abstract
decision
- decision(response, attempts, context?): boolean
Parameters
- response: Response
- attempts: number
Optional
context: Record<string, unknown>
Returns boolean