coerceAtLeast

open fun coerceAtLeast(minimumValue: Duration): DelayStrategy

Ensures that the delay durations of this strategy are at least of the specified minimumValue.

Return

A new DelayStrategy representing the coerced delay durations.

Since

1.0.0

Parameters

minimumValue

The minimum duration value to be coerced to.