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 typeV- the map event value type
A
BaseMethodObserver that wraps a map listener Method.- Since:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.BaseMethodObserver
beanName, method -
Constructor Summary
ConstructorsConstructorDescriptionMethodMapListener(String beanName, Method method, ApplicationContext applicationContext) Create aMethodEventObserver. -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.BaseMethodObserver
getId, getObservedQualifiers, getTargetBean, isAsync
-
Constructor Details
-
MethodMapListener
Create aMethodEventObserver.- Parameters:
beanName- to provide the Spring bean name that has the executable methodmethod- the method to execute when events are receivedapplicationContext- spring application context to look up the Spring bean
-