Class SpringContextBootstrappingInitializer

java.lang.Object
org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
All Implemented Interfaces:
EventListener, Declarable, ApplicationListener<ApplicationContextEvent>

public class SpringContextBootstrappingInitializer extends Object implements ApplicationListener<ApplicationContextEvent>, Declarable
The SpringContextBootstrappingInitializer class is a GemFire configuration initializer used to bootstrap a Spring ApplicationContext inside a GemFire Server JVM-based process. This enables a GemFire Server resource to be mostly configured with Spring Data GemFire's configuration meta-data. The GemFire Cache itself is the only resource that cannot be configured and initialized in a Spring context since the initializer is not invoked until after GemFire creates and initializes the GemFire Cache for use.
Author:
John Blum
See Also: