open fun <T : Any> executeCommand(command: Handler<Future<T>>, handler: Handler<AsyncResult<T>>): Unit
Same as io.vertx.reactivex.circuitbreaker.CircuitBreaker#executeWithFallback but using the circuit breaker default fallback.
io.vertx.reactivex.circuitbreaker.CircuitBreaker#executeWithFallback
command - the operation
command
handler -
handler