open fun <T : Any> execute(command: Handler<Future<T>>): Future<T>
Same as io.vertx.reactivex.circuitbreaker.CircuitBreaker#executeWithFallback but using the circuit breaker default fallback.
Return
a future object completed when the operation or its fallback completes