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 keysV
- 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
EntryEvent
s.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.CacheEventHandler
cacheName, serviceName, sessionName
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
Constructor Summary
ConstructorDescriptionEntryEventHandler
(MethodEventObserver<com.tangosol.net.events.partition.cache.EntryEvent<K, V>> observer) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
Constructor Details
-
EntryEventHandler
public EntryEventHandler(MethodEventObserver<com.tangosol.net.events.partition.cache.EntryEvent<K, V>> observer)
-