VMware Tanzu GemFire Native C++ Reference
10.1.5
|
20 #ifndef GEODE_CQLISTENER_H_
21 #define GEODE_CQLISTENER_H_
24 #include "internal/geode_globals.hpp"
47 void operator=(
const CqListener& other) =
delete;
89 #endif // GEODE_CQLISTENER_H_
An application plug-in that can be installed on a region.
Definition: CacheListener.hpp:79
virtual void onError(const CqEvent &aCqEvent)
This method is invoked when there is an error during CQ processing.
virtual void close()
Called when the region containing this callback is closed or destroyed, when the cache is closed,...
Application plug-in interface for handling continuous query events after they occur.
Definition: CqListener.hpp:40
virtual void onEvent(const CqEvent &aCqEvent)
This method is invoked when an event is occurred on the region that satisfied the query condition of ...
This interface provides methods to get all the information sent from the server about the CQ event.
Definition: CqEvent.hpp:53
Apache Geode C++ Cache API Documentation