public class ClientRegionPoolBeanFactoryPostProcessor extends AbstractDependencyStructuringBeanFactoryPostProcessor
ClientRegionPoolBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation
ensuring a proper dependency is declared between a client Region and a client Pool it references
and uses, providing the client Pool has been defined and configured with Spring Data for Apache Geode
configuration metadata (e.g. XML).Region,
Pool,
BeanDefinition,
BeanFactoryPostProcessor,
ConfigurableListableBeanFactory| Modifier and Type | Field and Description |
|---|---|
protected static String |
POOL_NAME_PROPERTY |
| Constructor and Description |
|---|
ClientRegionPoolBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
addDependsOn, getPropertyValue, isBeanDefinitionOfType, isBeanDefinitionOfType, isBeanDefinitionOfType, isClientCacheBean, isClientRegionBean, isPoolBean, isRegionBeanTypeprotected static final String POOL_NAME_PROPERTY
public ClientRegionPoolBeanFactoryPostProcessor()
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
BeansExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.