Class ClusterDefinedRegionsConfiguration

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

@Configuration public class ClusterDefinedRegionsConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
The ClusterDefinedRegionsConfiguration class configures client Proxy-based Regions for all Regions defined in the cluster to which the cache client is connected.
Since:
2.1.0
Author:
John Blum
See Also: