public class RouterAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Router>
@Router.annotationType, beanFactory, channelResolver, conversionService, environment, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTE| Constructor and Description |
|---|
RouterAnnotationPostProcessor(ListableBeanFactory beanFactory,
Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
List<Annotation> annotations)
Subclasses must implement this method to create the MessageHandler.
|
beanAnnotationAware, checkMessageHandlerAttributes, configurePollingEndpoint, createEndpoint, doCreateEndpoint, generateHandlerBeanName, getInputChannelAttribute, postProcess, resolveTargetBeanFromMethodWithBeanAnnotation, resolveTargetBeanName, setAdviceChainIfPresent, setOutputChannelIfPresent, shouldCreateEndpointpublic RouterAnnotationPostProcessor(ListableBeanFactory beanFactory, Environment environment)
protected MessageHandler createHandler(Object bean, Method method, List<Annotation> annotations)
AbstractMethodAnnotationPostProcessorcreateHandler in class AbstractMethodAnnotationPostProcessor<Router>bean - The bean.method - The method.annotations - The messaging annotation (or meta-annotation hierarchy) on the method.