Interface SyncCacheContinuousQueryListener<K,V>
- All Superinterfaces:
SyncCacheEntryListener<K,V>
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonJoin(CacheEntryEvent<K, V> event) default voidonLeave(CacheEntryEvent<K, V> event) default voidonUpdate(CacheEntryEvent<K, V> event)
-
Method Details
-
onJoin
-
onLeave
-
onUpdate
-