Class CacheNotifierImpl.ClusteredListenerInvocation<K,​V>

  • All Implemented Interfaces:
    CacheEntryListenerInvocation<K,​V>, org.infinispan.notifications.impl.ListenerInvocation<Event<K,​V>>
    Enclosing class:
    CacheNotifierImpl<K,​V>

    protected static 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.