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