vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLConnection / commitAwait

commitAwait

suspend fun SQLConnection.commitAwait(): Unit

Commits all changes made since the previous commit/rollback.

Parameters

handler - the handler called when this operation completes.

Return