vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLRowStream / pipeToAwait

pipeToAwait

suspend fun SQLRowStream.pipeToAwait(dst: WriteStream<JsonArray>): Unit

Suspending version of method io.vertx.ext.sql.SQLRowStream.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLRowStream using Vert.x codegen.