vertx / io.vertx.kotlin.mysqlclient / io.vertx.mysqlclient.MySQLConnection / setOptionAwait

setOptionAwait

suspend fun MySQLConnection.setOptionAwait(option: MySQLSetOption): Unit

Suspending version of method io.vertx.mysqlclient.MySQLConnection.setOption

Parameters

option -

the options to set

NOTE: This function has been automatically generated from io.vertx.mysqlclient.MySQLConnection using Vert.x codegen.