Adds an continuous entry listener for this map.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
string AddEntryListener( IEntryListener<K, V> listener, IPredicate<K, V> predicate, bool includeValue )
Parameters
- listener
- Type: Hazelcast.CoreIEntryListenerK, V
entry listener - predicate
- Type: Hazelcast.CoreIPredicateK, V
predicate for filtering entries - includeValue
- Type: SystemBoolean
true if EntryEvent should contain the value.
Return Value
Type: Stringreturns registration id
Remarks
See Also