close

open suspend override fun close()(source)

Deprecated

The underlying clients are passed to the constructor and should be managed by the caller. Close the vertxSqlClient directly if needed.

Replace with

import io.vertx.kotlin.coroutines.coAwait
vertxSqlClient.close().coAwait()