K
- the type of key.V
- the type of value.@FunctionalInterface public interface EntryMergedListener<K,V> extends MapListener
Modifier and Type | Method and Description |
---|---|
void |
entryMerged(EntryEvent<K,V> event)
Invoked after WAN replicated entry is merged.
|
void entryMerged(EntryEvent<K,V> event)
event
- the event invoked when an entry is mergedCopyright © 2023 Hazelcast, Inc.. All rights reserved.