Class AddCacheServersConfiguration

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

public class AddCacheServersConfiguration extends AddCacheServerConfiguration
The AddCacheServersConfiguration class registers CacheServerFactoryBean bean definitions for all EnableCacheServer annotation configuration meta-data defined in the EnableCacheServers annotation on a GemFire peer cache application class.
Since:
1.9.0
See Also:
  • Constructor Details

    • AddCacheServersConfiguration

      public AddCacheServersConfiguration()
  • Method Details

    • registerBeanDefinitions

      public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
      Overrides:
      registerBeanDefinitions in class AddCacheServerConfiguration