Class EntryEventHandler<K,V>

java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<E,T>
com.oracle.coherence.spring.event.liveevent.handler.CacheEventHandler<com.tangosol.net.events.partition.cache.EntryEvent<K,V>,com.tangosol.net.events.partition.cache.EntryEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.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 Details

    • EntryEventHandler

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