Uses of Class
io.quarkus.reactive.mssql.client.runtime.DataSourcesReactiveMSSQLConfig
-
Packages that use DataSourcesReactiveMSSQLConfig Package Description io.quarkus.reactive.mssql.client.runtime -
-
Uses of DataSourcesReactiveMSSQLConfig in io.quarkus.reactive.mssql.client.runtime
Methods in io.quarkus.reactive.mssql.client.runtime with parameters of type DataSourcesReactiveMSSQLConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.vertx.mssqlclient.MSSQLPool>MSSQLPoolRecorder. configureMSSQLPool(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, Supplier<Integer> eventLoopCount, String dataSourceName, io.quarkus.datasource.runtime.DataSourcesRuntimeConfig dataSourcesRuntimeConfig, DataSourcesReactiveRuntimeConfig dataSourcesReactiveRuntimeConfig, DataSourcesReactiveMSSQLConfig dataSourcesReactiveMSSQLConfig, io.quarkus.runtime.ShutdownContext shutdown)
-