vertx / io.vertx.rxjava.circuitbreaker / CircuitBreaker / rxExecuteCommand

rxExecuteCommand

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.

Parameters

command - the operation

Return