open fun <T : Any> executeAndReport(resultFuture: Future<T>, command: Handler<Future<T>>): CircuitBreaker
Same as io.vertx.rxjava.circuitbreaker.CircuitBreaker#executeAndReportWithFallback but using the circuit breaker default fallback.
resultFuture - the future on which the operation result is reported
Return
the current io.vertx.rxjava.circuitbreaker.CircuitBreaker