Class LazyWiringDeclarableSupport

All Implemented Interfaces:
EventListener, CacheCallback, Declarable, DisposableBean, ApplicationListener<ContextRefreshedEvent>

public abstract class LazyWiringDeclarableSupport extends WiringDeclarableSupport implements ApplicationListener<ContextRefreshedEvent>, DisposableBean
The LazyWiringDeclarableSupport class is an implementation of GemFire's Declarable interface that enables support for wiring GemFire components with Spring bean dependencies defined in a Spring ApplicationContext.
Since:
1.3.4
Author:
John Blum
See Also: