K - the map keys type.V - the map values type.@NoImplement
public interface EntryEvent<K,V>
EntryListeners with contextual data about the event.| Modifier and Type | Method and Description |
|---|---|
String |
getAddressAsString() |
K |
getKey() |
V |
getValue() |
boolean |
isLocalMember() |
K getKey()
V getValue()
String getAddressAsString()
boolean isLocalMember()
true if the event was fired by the local member, or false otherwise.Copyright © 2006–2025 MuleSoft, Inc.. All rights reserved.