Uses of Interface
io.agroal.api.configuration.AgroalConnectionPoolConfiguration
Packages that use AgroalConnectionPoolConfiguration
-
Uses of AgroalConnectionPoolConfiguration in io.agroal.api.configuration
Methods in io.agroal.api.configuration that return AgroalConnectionPoolConfigurationModifier and TypeMethodDescriptionAgroalDataSourceConfiguration.connectionPoolConfiguration()Configuration of the pool of this DataSource -
Uses of AgroalConnectionPoolConfiguration in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier that return AgroalConnectionPoolConfigurationMethods in io.agroal.api.configuration.supplier with parameters of type AgroalConnectionPoolConfigurationModifier and TypeMethodDescriptionAgroalDataSourceConfigurationSupplier.connectionPoolConfiguration(AgroalConnectionPoolConfiguration configuration) Sets the configuration of the connection pool.Method parameters in io.agroal.api.configuration.supplier with type arguments of type AgroalConnectionPoolConfigurationModifier and TypeMethodDescriptionAgroalDataSourceConfigurationSupplier.connectionPoolConfiguration(Supplier<? extends AgroalConnectionPoolConfiguration> supplier) Sets the configuration of the connection pool.Constructors in io.agroal.api.configuration.supplier with parameters of type AgroalConnectionPoolConfigurationModifierConstructorDescriptionAgroalConnectionPoolConfigurationSupplier(AgroalConnectionPoolConfiguration existingConfiguration)