Class MethodMapListener<K,​V>

  • Type Parameters:
    K - the map event key type
    V - the map event value type

    public class MethodMapListener<K,​V>
    extends BaseMethodObserver
    A BaseMethodObserver that wraps a map listener Method.
    Since:
    3.0
    Author:
    Jonathan Knight, Gunnar Hillert
    • Constructor Detail

      • MethodMapListener

        public MethodMapListener​(java.lang.String beanName,
                                 java.lang.reflect.Method method,
                                 ApplicationContext applicationContext)
        Parameters:
        beanName - to provide the Spring bean name that has the executable method
        method - the method to execute when events are received
        applicationContext - spring application context to look up the Spring bean