onOperationSuccess

suspend fun onOperationSuccess(action: suspend (CircuitBreakerEvent.RecordedSuccess) -> Unit): Job(source)

Executes the given action when an operation succeeds.

See also