An abstract entity which defines the minimum shape of a delay decision class.
Creates a default delay decider function.
The configuration options for a delay decider. The delayBase option is a seeder for the delay decider and defaults to 100 milliseconds.
Readonly
A number (in milliseconds) that seeds the delay decision.
Implements a linear backoff delay.
The number of attempts on which to calculate the delay.
The number of milliseconds that a subsequent should be delayed.
An abstract entity which defines the minimum shape of a delay decision class.