vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.CassandraRowStream / pipeToAwait

pipeToAwait

suspend fun CassandraRowStream.pipeToAwait(dst: WriteStream<Row>): Unit

Suspending version of method io.vertx.cassandra.CassandraRowStream.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.cassandra.CassandraRowStream using Vert.x codegen.