@Configuration public class BeanFactoryLocatorConfiguration extends Object
BeanFactoryLocatorConfiguration class extends the Spring application configuration by enabling
SDG's GemfireBeanFactoryLocator in order to auto-wire and configure any Pivotal GemFire/Apache Geode objects
declared in Pivotal GemFire/Apache Geode config (e.g. XML or properties).BeanPostProcessor,
Bean,
Configuration,
CacheFactoryBean,
EnableBeanFactoryLocator,
GemfireBeanFactoryLocator| Constructor and Description |
|---|
BeanFactoryLocatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BeanPostProcessor |
cacheFactoryBeanPostProcessor()
Declares and registers a Spring
BeanPostProcessor and post processes a SDG CacheFactoryBean
by setting the useBeanFactoryLocator property to true. |
@Bean public BeanPostProcessor cacheFactoryBeanPostProcessor()
BeanPostProcessor and post processes a SDG CacheFactoryBean
by setting the useBeanFactoryLocator property to true.BeanPostProcessor used to post process the SDG CacheFactoryBean.BeanPostProcessorCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.