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 keyV- the type of the cache value
- All Implemented Interfaces:
com.tangosol.util.MapListener,Comparable,EventListener
- Since:
- 3.0
- Author:
- Jonathan Knight
- See Also:
-
MapListenerRegistrationBean.registerMapListeners(CacheLifecycleEvent)
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.mapevent.SimpleMapListener
WILD_CARDFields inherited from interface com.tangosol.util.MapListener
ASYNCHRONOUS, SYNCHRONOUS, VERSION_AWARE -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedMapListener(MethodMapListener<K, V> observer, Set<Annotation> annotations) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.mapevent.SimpleMapListener
addType, compareTo, entryDeleted, entryInserted, entryUpdated, getFilter, getObserver, getSession, getTransformer, isSynchronous, setCacheName, setFilter, setLiteEvent, setScopeName, setServiceName, setSession, setSynchronousEvents, setTransformerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tangosol.util.MapListener
characteristics, isAsynchronous, isVersionAware, synchronous
-
Constructor Details
-
AnnotatedMapListener
-
-
Method Details
-
getFilterAnnotations
-
toString
- Overrides:
toStringin classSimpleMapListener
-