Class ContinuousQueryConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportAware, EnvironmentAware

@Configuration public class ContinuousQueryConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
The ContinuousQueryConfiguration class is a Spring @Configuration class enabling Continuous Query (CQ) Pivotal GemFire/Apache Geode capabilities in this cache client application.
Since:
2.0.0
Author:
John Blum
See Also: