object MySQLConnection
suspend fun connectAwait(vertx: Vertx, connectOptions: MySQLConnectOptions): MySQLConnection suspend fun connectAwait(vertx: Vertx, connectionUri: String): MySQLConnection
Suspending version of method io.vertx.mysqlclient.MySQLConnection.connect |