public final void publishEntryEvent(
     String multiMapName, EntryEventType eventType, Data key, Object newValue, Object oldValue) {
   publisher.publishEntryEvent(multiMapName, eventType, key, newValue, oldValue);
 }