Class WiringDeclarableSupport

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

public abstract class WiringDeclarableSupport extends DeclarableSupport
Declarable support class used to wire declaring, implementing instances through the Spring container. This implementation first looks for a 'bean-name' property, which will be used to locate a Spring bean definition used as the 'template' for auto-wiring purposes. Auto-wiring will be performed based on the settings defined in the Spring container.
Author:
Costin Leau, John Blum
See Also: