vertx / io.vertx.rxjava.circuitbreaker / CircuitBreaker / halfOpenHandler

halfOpenHandler

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

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

Parameters

handler - the handler, must not be null

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