public interface PoolConfigurer
PoolConfigurer
interface defines a contract for implementations to customize the configuration
of a PoolFactoryBean
used to construct, configure and initialize a Pool
.Pool
,
PoolFactoryBean
,
AddPoolConfiguration
,
AddPoolsConfiguration
,
EnablePool
,
EnablePools
Modifier and Type | Method and Description |
---|---|
void |
configure(String beanName,
PoolFactoryBean bean)
Configuration callback method providing a reference to a
PoolFactoryBean used to construct,
configure and initialize an instance of a Pool . |
void configure(String beanName, PoolFactoryBean bean)
PoolFactoryBean
used to construct,
configure and initialize an instance of a Pool
.beanName
- name of the Pool
bean declared in the Spring application context.bean
- reference to the PoolFactoryBean
.PoolFactoryBean
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.