Class 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, java.lang.Comparable, java.util.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)
    • Constructor Detail

      • AnnotatedMapListener

        public AnnotatedMapListener​(MethodMapListener<K,​V> observer,
                                    java.util.Set<java.lang.annotation.Annotation> annotations)
    • Method Detail

      • getFilterAnnotations

        public java.util.Set<java.lang.annotation.Annotation> getFilterAnnotations()