|  |   Apache Ignite C++
    | 
Cache entry event listener. More...
#include <cache_entry_event_listener.h>
| Public Member Functions | |
| CacheEntryEventListener () | |
| Default constructor. | |
| virtual | ~CacheEntryEventListener () | 
| Destructor. | |
| virtual void | OnEvent (const CacheEntryEvent< K, V > *evts, uint32_t num)=0 | 
| Event callback.  More... | |
| virtual void | OnDisconnected ()=0 | 
| Disconnected callback.  More... | |
Cache entry event listener.
| 
 | pure virtual | 
Disconnected callback.
Called if channel was disconnected. This also means that continuous query was closed and no more events will be provided for this listener.
| 
 | pure virtual | 
Event callback.
| evts | Events. | 
| num | Events number. | 
 1.8.17
 1.8.17