Class DeclarableSupport

java.lang.Object
org.springframework.data.gemfire.support.DeclarableSupport
All Implemented Interfaces:
CacheCallback, Declarable
Direct Known Subclasses:
WiringDeclarableSupport

public abstract class DeclarableSupport extends Object implements CacheCallback, Declarable
Convenience class for Spring aware, Apache Geode Declarable components. Provides subclasses with a reference to the current Spring BeanFactory in order to perform Spring bean lookups or resource loading. Note, in most cases, the developer should just declare the same components as Spring beans in the Spring container, through PeerRegionFactoryBean, which gives access to the full Spring container capabilities and does not enforce the Declarable interface to be implemented.
Author:
Costin Leau, John Blum
See Also: