Interface ContinuousQueryListenerContainerConfigurer

All Superinterfaces:
Configurer<ContinuousQueryListenerContainer>, Ordered
All Known Implementing Classes:
LazyResolvingComposableContinuousQueryListenerContainerConfigurer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ContinuousQueryListenerContainerConfigurer extends Configurer<ContinuousQueryListenerContainer>
The ContinuousQueryListenerContainerConfigurer interfaces defines a contract for implementing Objects in order to customize the configuration of a ContinuousQueryListenerContainer when enabling Continuous Query (CQ) functionality in a Spring Boot, Apache Geode/Pivotal GemFire ClientCache applications.
Since:
2.0.0
Author:
John Blum
See Also: