vertx / io.vertx.kotlin.core.eventbus / io.vertx.core.eventbus.MessageProducer / writeAwait

writeAwait

suspend fun <T> MessageProducer<T>.writeAwait(body: T): Unit

Suspending version of method io.vertx.core.eventbus.MessageProducer.write

Parameters

body -

the message body

NOTE: This function has been automatically generated from io.vertx.core.eventbus.MessageProducer using Vert.x codegen.