close
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
Content copied to clipboard
vertxSqlClient.close().coAwait()Content copied to clipboard