Class ClusterConfigurationConfiguration

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

@Configuration public class ClusterConfigurationConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
Spring @Configuration class defining Spring beans that will record the creation of Apache Geode / Pivotal GemFire Regions defined in Spring config (i.e. XML, Java or by Annotations) as Spring beans in the Spring container.
Since:
2.0.0
Author:
John Blum
See Also: