customDelayProviderInOpenState

Configures the circuit breaker delay strategy to use a custom delay provider between transitions from Open to HalfOpen. In contrast to customDelayInOpenState, this method enables caller control over the delay provider (which is the kotlinx.coroutines.delay by default) and optional additional state between transitions. See DelayProvider for more information.

Parameters

delayProvider

the custom delay provider to use.

See also