vertx / io.vertx.kotlin.core.eventbus / io.vertx.core.eventbus.EventBus

Extensions for io.vertx.core.eventbus.EventBus

sendAwait

suspend fun <T> EventBus.sendAwait(address: String, message: Any): Message<T>
suspend fun <T> EventBus.sendAwait(address: String, message: Any, options: DeliveryOptions): Message<T>

Suspending version of method io.vertx.core.eventbus.EventBus.send