Class CircuitBreakerBuilder

java.lang.Object
io.vertx.reactivex.circuitbreaker.CircuitBreakerBuilder
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class CircuitBreakerBuilder extends Object implements io.vertx.lang.rx.RxDelegate
A builder for CircuitBreaker.

Unlike CircuitBreaker.openHandler(Handler), CircuitBreaker.halfOpenHandler(Handler) and CircuitBreaker.closeHandler(Handler), the handlers configured through this builder are baked in as immutable when build() is called: calling the corresponding mutator method again on the built circuit breaker throws an IllegalStateException.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.