vertx / io.vertx.rxjava.circuitbreaker / CircuitBreaker / closeHandler

closeHandler

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

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

Parameters

handler - the handler, must not be null

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