Class GemfireDataSourcePostProcessor

java.lang.Object
org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor

public class GemfireDataSourcePostProcessor extends Object implements BeanFactoryAware, BeanPostProcessor
A Spring BeanFactoryPostProcessor used to register a Client Region beans for each Region accessible to an Apache Geode or Pivotal GemFire DataSource. If the Region is already defined, the bean definition will not be overridden.
Since:
1.2.0
Author:
David Turanski, John Blum
See Also: