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