public class SplitterAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Splitter>
@Splitter.beanFactory, channelResolver| Constructor and Description |
|---|
SplitterAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.messaging.MessageHandler |
createHandler(java.lang.Object bean,
java.lang.reflect.Method method,
Splitter annotation)
Subclasses must implement this method to create the MessageHandler.
|
postProcess, setAdviceChainIfPresent, shouldCreateEndpointpublic SplitterAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory)
protected org.springframework.messaging.MessageHandler createHandler(java.lang.Object bean,
java.lang.reflect.Method method,
Splitter annotation)
AbstractMethodAnnotationPostProcessorcreateHandler in class AbstractMethodAnnotationPostProcessor<Splitter>