Class AutoRegionLookupBeanPostProcessor

java.lang.Object
org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor

public class AutoRegionLookupBeanPostProcessor extends Object implements BeanPostProcessor, BeanFactoryAware
The AutoRegionLookupBeanPostProcessor class is a Spring BeanPostProcessor that post processes a GemFireCache by registering all cache Regions that have not been explicitly defined in the Spring application context. This is usually the case for Regions that have been defined in GemFire's native cache.xml or defined using GemFire Cluster-based Configuration Service.
Since:
1.5.0
Author:
John Blum
See Also: