Uses of Class
io.quarkus.reactive.mysql.client.runtime.DataSourcesReactiveMySQLConfig
-
Packages that use DataSourcesReactiveMySQLConfig Package Description io.quarkus.reactive.mysql.client.runtime -
-
Uses of DataSourcesReactiveMySQLConfig in io.quarkus.reactive.mysql.client.runtime
Methods in io.quarkus.reactive.mysql.client.runtime with parameters of type DataSourcesReactiveMySQLConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.vertx.mysqlclient.MySQLPool>
MySQLPoolRecorder. configureMySQLPool(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, String dataSourceName, io.quarkus.datasource.runtime.DataSourcesRuntimeConfig dataSourcesRuntimeConfig, DataSourcesReactiveRuntimeConfig dataSourcesReactiveRuntimeConfig, DataSourcesReactiveMySQLConfig dataSourcesReactiveMySQLConfig, io.quarkus.runtime.ShutdownContext shutdown)
-