public class SplitterAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Splitter>
@Splitter.beanFactory, channelResolver, environment| Constructor and Description |
|---|
SplitterAnnotationPostProcessor(ListableBeanFactory beanFactory,
Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
Splitter annotation)
Subclasses must implement this method to create the MessageHandler.
|
configurePollingEndpoint, generateHandlerBeanName, postProcess, setAdviceChainIfPresentpublic SplitterAnnotationPostProcessor(ListableBeanFactory beanFactory, Environment environment)
protected MessageHandler createHandler(Object bean, Method method, Splitter annotation)
AbstractMethodAnnotationPostProcessorcreateHandler in class AbstractMethodAnnotationPostProcessor<Splitter>bean - The bean.method - The method.annotation - The annotation.