vertx / io.vertx.reactivex.circuitbreaker / CircuitBreaker / executeCommand

executeCommand

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.

Parameters

command - the operation

handler -