suspend fun connectAwait(vertx: Vertx, connectOptions: MySQLConnectOptions): MySQLConnection
Suspending version of method io.vertx.mysqlclient.MySQLConnection.connect
connectOptions
- the options for the connection
Return
NOTE: This function has been automatically generated from io.vertx.mysqlclient.MySQLConnection using Vert.x codegen.
suspend fun connectAwait(vertx: Vertx, connectionUri: String): MySQLConnection
Suspending version of method io.vertx.mysqlclient.MySQLConnection.connect
Return
NOTE: This function has been automatically generated from io.vertx.mysqlclient.MySQLConnection using Vert.x codegen.