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
Abstract base class for implementing 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 Apache Geode components as Spring beans in the Spring container through the PeerRegionFactoryBean, which gives full access to the Spring container capabilities and does not enforce the Declarable interface to be implemented.
Author:
Costin Leau, John Blum
See Also: