vertx / io.vertx.reactivex.circuitbreaker / CircuitBreaker / openHandler

openHandler

open fun openHandler(handler: Handler<Void>): CircuitBreaker

Sets a invoked when the circuit breaker state switches to open.

Parameters

handler - the handler, must not be null

Return
the current io.vertx.reactivex.circuitbreaker.CircuitBreaker