open fun <T : Any> rxExecuteCommand(command: Handler<Future<T>>): Single<T>
Same as io.vertx.rxjava.circuitbreaker.CircuitBreaker#executeWithFallback but using the circuit breaker default fallback.
io.vertx.rxjava.circuitbreaker.CircuitBreaker#executeWithFallback
command - the operation
command
Return