Class EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer
All Implemented Interfaces:
org.springframework.core.Ordered, LocatorConfigurer, Configurer<LocatorFactoryBean>
Enclosing class:
EmbeddedServiceConfigurationSupport

protected static class EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer extends Object implements LocatorConfigurer
  • Constructor Details

    • LocatorGemFirePropertiesConfigurer

      public LocatorGemFirePropertiesConfigurer(@NonNull Properties gemfireProperties)
  • Method Details

    • configure

      public void configure(@Nullable String beanName, @NonNull LocatorFactoryBean bean)
      Description copied from interface: Configurer
      Applies additional user-defined configuration to the given Spring component.
      Specified by:
      configure in interface Configurer<LocatorFactoryBean>
      Parameters:
      beanName - String containing the name of the Spring bean (component).
      bean - Spring component used to construct, configure and initialize the Apache Geode or Pivotal GemFire Object declared as a bean in the Spring container.