vertx / io.vertx.kotlin.pgclient.pubsub / io.vertx.pgclient.pubsub.PgChannel / pipeToAwait

pipeToAwait

suspend fun PgChannel.pipeToAwait(dst: WriteStream<String>): Unit

Suspending version of method io.vertx.pgclient.pubsub.PgChannel.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.pgclient.pubsub.PgChannel using Vert.x codegen.