vertx / io.vertx.kotlin.core.eventbus / io.vertx.core.eventbus.MessageConsumer / pipeToAwait

pipeToAwait

suspend fun <T> MessageConsumer<T>.pipeToAwait(dst: WriteStream<Message<T>>): Unit

Suspending version of method io.vertx.core.eventbus.MessageConsumer.pipeTo

Parameters

dst -

the destination write stream

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