Class DefinedIndexesApplicationListener

java.lang.Object
org.springframework.data.gemfire.config.support.DefinedIndexesApplicationListener
All Implemented Interfaces:
EventListener, ApplicationListener<ContextRefreshedEvent>

public class DefinedIndexesApplicationListener extends Object implements ApplicationListener<ContextRefreshedEvent>
DefinedIndexesApplicationListener is a Spring ApplicationListener used to create all "defined" GemFire Indexes by using the QueryService, defineXxxIndex(..) methods.
Since:
1.7.0
Author:
John Blum
See Also: