customDelay

Creates a DelayStrategy using a custom delay function.

Return

A DelayStrategy defined by the custom function.

Since

1.0.0

Parameters

delayFunction

A function to determine the delay based on the retry index.


A property extension that converts a DelayFunction to a DelayStrategy.

Since

1.0.0

See also