- java.lang.Object
-
- com.mulesoft.mule.runtime.module.cluster.internal.map.EventEntryWrapper<K,V>
-
-
Constructor Summary
Constructors
| Constructor and Description |
EventEntryWrapper(com.hazelcast.core.EntryEvent<K,V> hzEvent) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey in interface EntryEvent<K,V>
- Returns:
- the modified entry's key.
-
getValue
public V getValue()
- Specified by:
getValue in interface EntryEvent<K,V>
- Returns:
- the modified entry's value.
Copyright © 2006–2025 MuleSoft, Inc.. All rights reserved.