Class CacheNotifierImpl.ClusteredListenerInvocation<K,V>

java.lang.Object
org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>
org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation<K,V>
All Implemented Interfaces:
CacheEntryListenerInvocation<K,V>, ListenerInvocation<Event<K,V>>
Enclosing class:
CacheNotifierImpl<K,V>

protected class CacheNotifierImpl.ClusteredListenerInvocation<K,V> extends CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>
This class is to be used with cluster listener invocations only when they have included current state. Thus we can assume all types are CacheEntryEvent, since it doesn't allow other types.