vertx / io.vertx.reactivex.circuitbreaker / CircuitBreaker / close

close

open fun close(): CircuitBreaker

Closes the circuit breaker. It stops sending events on its state on the event bus. This method is not related to the close state of the circuit breaker. To set the circuit breaker in the close state, use io.vertx.reactivex.circuitbreaker.CircuitBreaker#reset.

Return