Class ExponentialRetryPolicyFilter

Index

Constructor methods

Properties

Constructor methods

constructor(retryCount?: number, retryInterval?: number, minRetryInterval?: number, maxRetryInterval?: number): ExponentialRetryPolicyFilter

Parameters

  • retryCount?: number optional
  • retryInterval?: number optional
  • minRetryInterval?: number optional
  • maxRetryInterval?: number optional

Returns

ExponentialRetryPolicyFilter

Properties

public maxRetryInterval: number

public minRetryInterval: number

public retryCount: number

public retryInterval: number