Class EntryProcessorEventHandler
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.EntryProcessorEvent,com.tangosol.net.events.partition.cache.EntryProcessorEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.EntryProcessorEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.cache.EntryProcessorEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.cache.EntryProcessorEvent>
public class EntryProcessorEventHandler
extends CacheEventHandler<com.tangosol.net.events.partition.cache.EntryProcessorEvent,com.tangosol.net.events.partition.cache.EntryProcessorEvent.Type>
Handler for
EntryProcessorEvent
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
ConstructorDescriptionEntryProcessorEventHandler
(MethodEventObserver<com.tangosol.net.events.partition.cache.EntryProcessorEvent> observer) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
Constructor Details
-
EntryProcessorEventHandler
public EntryProcessorEventHandler(MethodEventObserver<com.tangosol.net.events.partition.cache.EntryProcessorEvent> observer)
-