Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "operators/retry-with-delay"

Index

Functions

Functions

retryWithDelay

  • retryWithDelay<T>(delay: number, count?: number): MonoTypeOperatorFunction<T>
  • Retries an Observable with a [delay]. Will retry [count] times. Defaults to 1.

    Type parameters

    • T

    Parameters

    • delay: number

      The delay (milliseconds) the operator will wait before each retry. This also includes the first try.

    • Default value count: number = 1

      The number of times the operator will retry the execution. Defaults to 1.

    Returns MonoTypeOperatorFunction<T>

Generated using TypeDoc