vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.RowStream

Extensions for io.vertx.sqlclient.RowStream

closeAwait

suspend fun <T> RowStream<T>.closeAwait(): Unit

Suspending version of method io.vertx.sqlclient.RowStream.close

pipeToAwait

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

Suspending version of method io.vertx.sqlclient.RowStream.pipeTo