Interface RetryOptions

Hierarchy

  • RetryOptions

Properties

backoffBase?: number
backoffExponent?: number
match?: (string | Function | RegExp)[]
max?: number
name?: string
timeout?: number

Methods

  • Parameters

    • msg: string
    • options: RetryOptions & {
          $current: number;
      }

    Returns void

Generated using TypeDoc