Class CoherenceTopicListenerPostProcessor

java.lang.Object
com.oracle.coherence.spring.messaging.CoherenceTopicListenerPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class CoherenceTopicListenerPostProcessor extends Object implements 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