suspend fun <T> MessageConsumer<T>.pipeToAwait(dst: WriteStream<Message<T>>): Unit
Suspending version of method io.vertx.core.eventbus.MessageConsumer.pipeTo
the destination write stream
NOTE: This function has been automatically generated from io.vertx.core.eventbus.MessageConsumer using Vert.x codegen.