Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Backoff

Backoff defines how long to wait before the next retry. Implementations of Backoff provide custom algorithms for calculating the backoff amount.

Hierarchy

  • Backoff

Implemented by

Index

Methods

nextBackoffAmountMs

  • nextBackoffAmountMs(): number

reset

  • reset(): void

Generated using TypeDoc