Class EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
- All Implemented Interfaces:
Ordered,ClientCacheConfigurer,Configurer<ClientCacheFactoryBean>
- Enclosing class:
- EmbeddedServiceConfigurationSupport
protected static class EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
extends EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
implements ClientCacheConfigurer
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClientGemFirePropertiesConfigurer(Properties gemfireProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(String beanName, ClientCacheFactoryBean bean) Applies additional user-defined configuration to the given Spring component.Methods inherited from class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
configureGemFirePropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
getOrder
-
Constructor Details
-
ClientGemFirePropertiesConfigurer
-
-
Method Details
-
configure
Description copied from interface:ConfigurerApplies additional user-defined configuration to the given Spring component.- Specified by:
configurein interfaceConfigurer<ClientCacheFactoryBean>- Parameters:
beanName-Stringcontaining the name of the Spring bean (component).bean- Spring component used to construct, configure and initialize the Apache Geode or Pivotal GemFireObjectdeclared as a bean in the Spring container.
-