vertx / io.vertx.kotlin.circuitbreaker / io.vertx.circuitbreaker.CircuitBreaker / executeCommandAwait

executeCommandAwait

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

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

Parameters

command - the operation

Return

T

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