Class CoherenceTopicListenerPostProcessor
java.lang.Object
com.oracle.coherence.spring.messaging.CoherenceTopicListenerPostProcessor
- All Implemented Interfaces:
BeanFactoryPostProcessor
A
BeanFactoryPostProcessor that processes classes and methods annotated
with @CoherenceTopicListener. Candidate methods will be passed to
CoherenceTopicListenerSubscribers for further processing.- Since:
- 3.0
- Author:
- Vaso Putica, Gunnar Hillert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
CoherenceTopicListenerPostProcessor
public CoherenceTopicListenerPostProcessor()
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException - Specified by:
postProcessBeanFactoryin interfaceBeanFactoryPostProcessor- Throws:
BeansException
-