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

rollbackAwait

suspend fun SQLConnection.rollbackAwait(): Unit

Rolls back all changes made since the previous commit/rollback.

Parameters

handler - the handler called when this operation completes.

Return