Home Manual Reference Source Test
import {ExponentialBackoff} from 'influx/src/backoff/exponential.js'
public class | source

ExponentialBackoff

Exponential Backoff

See:

Constructor Summary

Public Constructor
public

constructor(options: *)

Creates a new exponential backoff strategy.

Method Summary

Public Methods
public

getDelay(): *

public

next(): *

public

reset(): *

Public Constructors

public constructor(options: *) source

Creates a new exponential backoff strategy.

Params:

NameTypeAttributeDescription
options *

See:

Public Methods

public getDelay(): * source

Return:

*

public next(): * source

Return:

*

public reset(): * source

Return:

*