Class EmbeddedServiceConfigurationSupport

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportBeanDefinitionRegistrar, EnvironmentAware
Direct Known Subclasses:
AuthConfiguration, GemFirePropertiesConfiguration, GeodeIntegratedSecurityConfiguration, HttpServiceConfiguration, LocatorConfiguration, LoggingConfiguration, ManagerConfiguration, McastConfiguration, MemcachedServerConfiguration, OffHeapConfiguration, RedisServerConfiguration, SslConfiguration, StatisticsConfiguration

public abstract class EmbeddedServiceConfigurationSupport extends AbstractAnnotationConfigSupport implements ImportBeanDefinitionRegistrar
The EmbeddedServiceConfigurationSupport class is an abstract base class supporting the configuration of Pivotal GemFire and Apache Geode embedded services.
Since:
1.9.0
Author:
John Blum
See Also: