suspend fun <T> CircuitBreaker.executeAwait(command: (Promise<T>) -> Unit): T
Suspending version of method io.vertx.circuitbreaker.CircuitBreaker.execute |
|
suspend fun <T> CircuitBreaker.executeWithFallbackAwait(command: (Promise<T>) -> Unit, fallback: (Throwable) -> T): T
Suspending version of method io.vertx.circuitbreaker.CircuitBreaker.executeWithFallback |