Class AutoRegionLookupConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportBeanDefinitionRegistrar, EnvironmentAware

public class AutoRegionLookupConfiguration extends AbstractAnnotationConfigSupport implements ImportBeanDefinitionRegistrar
The AutoRegionLookupConfiguration class is a Spring ImportBeanDefinitionRegistrar that enables the automatic lookup of GemFire Regions, which may have been defined else where, such as in cache.xml or using GemFire's Cluster Configuration Service. This registrar works by registering the AutoRegionLookupBeanPostProcessor in the Spring application context, which is enabled when a Spring @Configuration annotated GemFire cache application class is annotated with EnableAutoRegionLookup.
Since:
1.9.0
Author:
John Blum
See Also: