Class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
- All Implemented Interfaces:
BeanPostProcessor
- Enclosing class:
- EmbeddedServiceConfigurationSupport
protected static class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
extends Object
implements BeanPostProcessor
Spring
BeanPostProcessor used to process before initialization Pivotal GemFire or Apache Geode
Properties defined as a bean in the Spring application context.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGemFirePropertiesBeanPostProcessor(Properties gemfireProperties) Constructs a new instance of theEmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessorinitialized with the given GemFire/GeodeProperties. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Field Details
-
GEMFIRE_PROPERTIES_BEAN_NAME
- See Also:
-
-
Constructor Details
-
GemFirePropertiesBeanPostProcessor
Constructs a new instance of theEmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessorinitialized with the given GemFire/GeodeProperties.- Parameters:
gemfireProperties-Propertiesused to configure Pivotal GemFire or Apache Geode.- Throws:
IllegalArgumentException- ifPropertiesare null or empty.- See Also:
-
-
Method Details
-
postProcessBeforeInitialization
- Specified by:
postProcessBeforeInitializationin interfaceBeanPostProcessor- Throws:
BeansException
-