Class MethodMapListener<K,V>

java.lang.Object
com.oracle.coherence.spring.event.BaseMethodObserver
com.oracle.coherence.spring.event.mapevent.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 Details

    • MethodMapListener

      public MethodMapListener(String beanName, 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