NoRetry class
Criterio Stub che blocca qualsiasi tentativo tentativo. Le operazioni non vengono ritentate.
Metodi
next |
Questo restituirà sempre -1 perché non è desiderato alcun tentativo. |
should |
Questo restituisce sempre false perché non è desiderato alcun tentativo. |
Dettagli metodo
nextRetryTimeout(number)
Questo restituirà sempre -1 perché non è desiderato alcun tentativo.
function nextRetryTimeout(_retryCount: number): number
Parametri
- _retryCount
-
number
Restituisce
number
shouldRetry(Error)
Questo restituisce sempre false perché non è desiderato alcun tentativo.
function shouldRetry(_err: Error): boolean
Parametri
- _err
-
Error
Restituisce
boolean
Sarà sempre false: i tentativi non devono essere tentati indipendentemente dall'errore.