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

getTransactionIsolationAwait

suspend fun SQLConnection.getTransactionIsolationAwait(): TransactionIsolation

Attempts to return the transaction isolation level for this Connection object to the one given.

Parameters

handler - the handler called when this operation completes.

Return