vertx / io.vertx.reactivex.circuitbreaker / CircuitBreaker / rxExecuteCommand

rxExecuteCommand

open fun <T : Any> rxExecuteCommand(command: Handler<Future<T>>): Single<T>

Same as io.vertx.reactivex.circuitbreaker.CircuitBreaker#executeWithFallback but using the circuit breaker default fallback.

Parameters

command - the operation

Return