public class ServiceActivatorAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<ServiceActivator>
@ServiceActivator.annotationType, beanFactory, channelResolver, conversionService, disposables, logger, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTE| Constructor and Description | 
|---|
ServiceActivatorAnnotationPostProcessor(ConfigurableListableBeanFactory beanFactory)  | 
| 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, buildLambdaMessageProcessorForBeanMethod, checkMessageHandlerAttributes, configurePollingEndpoint, createEndpoint, doCreateEndpoint, extractAdviceChain, extractTypeIfPossible, generateHandlerBeanName, getInputChannelAttribute, postProcess, resolveAttributeToBoolean, resolveTargetBeanFromMethodWithBeanAnnotation, resolveTargetBeanName, setOutputChannelIfPresent, shouldCreateEndpointpublic ServiceActivatorAnnotationPostProcessor(ConfigurableListableBeanFactory beanFactory)
protected MessageHandler createHandler(Object bean, Method method, List<Annotation> annotations)
AbstractMethodAnnotationPostProcessorcreateHandler in class AbstractMethodAnnotationPostProcessor<ServiceActivator>bean - The bean.method - The method.annotations - The messaging annotation (or meta-annotation hierarchy) on the method.