| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.cluster.api.map | |
| com.mulesoft.mule.runtime.module.cluster.internal.map |
| Modifier and Type | Method and Description |
|---|---|
void |
EntryListener.entryAdded(EntryEvent<K,V> event)
Callback to invoke when an entry is added to the map.
|
void |
EntryListener.entryRemoved(EntryEvent<K,V> event)
Callback to invoke when an entry is removed from the map.
|
void |
EntryListener.entryUpdated(EntryEvent<K,V> event)
Callback to invoke when an entry from the map is modified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventEntryWrapper<K,V>
Wrapper of
EntryEvent, implementing our EntryEvent. |
Copyright © 2006–2025 MuleSoft, Inc.. All rights reserved.