Class AnnotatedMapListener<K,V>

java.lang.Object
com.oracle.coherence.spring.event.mapevent.SimpleMapListener
com.oracle.coherence.spring.event.mapevent.AnnotatedMapListener<K,V>
Type Parameters:
K - the type of the cache key
V - the type of the cache value
All Implemented Interfaces:
com.tangosol.util.MapListener, Comparable, EventListener

public class AnnotatedMapListener<K,V> extends SimpleMapListener
MapListener implementation that dispatches MapEvents to CoherenceEventListener annotated methods.
Since:
3.0
Author:
Jonathan Knight
See Also:
  • MapListenerRegistrationBean.registerMapListeners(CacheLifecycleEvent)