suspend fun <T> CircuitBreaker.executeCommandAwait(command: Handler<Future<T>>): T
Same as io.vertx.circuitbreaker.CircuitBreaker but using the circuit breaker default fallback.
command - the operation
command
handler -
handler