vertx / io.vertx.kotlin.circuitbreaker / io.vertx.circuitbreaker.CircuitBreaker / executeAwait

executeAwait

suspend fun <T> CircuitBreaker.executeAwait(command: (Promise<T>) -> Unit): T

Suspending version of method io.vertx.circuitbreaker.CircuitBreaker.execute

Parameters

command - the operation

Return

T

NOTE: This function has been automatically generated from io.vertx.circuitbreaker.CircuitBreaker using Vert.x codegen.