Class CoherenceEventListenerMethodProcessor
java.lang.Object
com.oracle.coherence.spring.event.CoherenceEventListenerMethodProcessor
- All Implemented Interfaces:
BeanFactoryPostProcessor
public class CoherenceEventListenerMethodProcessor
extends Object
implements BeanFactoryPostProcessor
A
BeanFactoryPostProcessor that processes methods annotated with
@CoherenceEventListener.
Similar to EventListenerMethodProcessor.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
-
Field Details
-
logger
-
-
Constructor Details
-
CoherenceEventListenerMethodProcessor
public CoherenceEventListenerMethodProcessor()
-
-
Method Details
-
postProcessBeanFactory
- Specified by:
postProcessBeanFactoryin interfaceBeanFactoryPostProcessor
-