onReset

suspend fun onReset(action: suspend (CircuitBreakerEvent.Reset) -> Unit): Job(source)

Executes the given action when the circuit breaker resets.

See also