vertx / io.vertx.rxjava.ext.sql / SQLRowStream / close

close

open fun close(): Unit

Closes the stream/underlying cursor(s). The actual close happens asynchronously.

open fun close(handler: Handler<AsyncResult<Void>>): Unit

Closes the stream/underlying cursor(s). The actual close happens asynchronously.

Parameters

handler - called when the stream/underlying cursor(s) is(are) closed