Class EntryEventHandler<K,​V>

  • Type Parameters:
    K - the type of the cache keys
    V - the type of the cache values
    All Implemented Interfaces:
    com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.cache.EntryEvent<K,​V>>, com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.cache.EntryEvent<K,​V>>

    public class EntryEventHandler<K,​V>
    extends CacheEventHandler<com.tangosol.net.events.partition.cache.EntryEvent<K,​V>,​com.tangosol.net.events.partition.cache.EntryEvent.Type>
    Handler for EntryEvents.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Constructor Detail

      • EntryEventHandler

        public EntryEventHandler​(MethodEventObserver<com.tangosol.net.events.partition.cache.EntryEvent<K,​V>> observer)