Uses of Class
io.quarkus.reactive.oracle.client.runtime.DataSourcesReactiveOracleConfig
-
Packages that use DataSourcesReactiveOracleConfig Package Description io.quarkus.reactive.oracle.client.runtime -
-
Uses of DataSourcesReactiveOracleConfig in io.quarkus.reactive.oracle.client.runtime
Methods in io.quarkus.reactive.oracle.client.runtime with parameters of type DataSourcesReactiveOracleConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.vertx.oracleclient.OraclePool>
OraclePoolRecorder. configureOraclePool(io.quarkus.runtime.RuntimeValue<io.vertx.core.Vertx> vertx, String dataSourceName, io.quarkus.datasource.runtime.DataSourcesRuntimeConfig dataSourcesRuntimeConfig, DataSourcesReactiveRuntimeConfig dataSourcesReactiveRuntimeConfig, DataSourcesReactiveOracleConfig dataSourcesReactiveOracleConfig, io.quarkus.runtime.ShutdownContext shutdown)
-