public interface ContinuousQueryListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
resultJoining(K key,
V value)
Receives notification that a cache entry has joined the matching set.
|
void |
resultLeaving(K key)
Receives notification that a cache entry has left the matching set.
|
void resultJoining(K key, V value)
key
- the key of the joining entryvalue
- the joining entry or the Object[] projection if specifiedvoid resultLeaving(K key)
key
- the key of the leaving entryCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.