Class SplitterAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<Splitter>
org.springframework.integration.config.SplitterAnnotationPostProcessor
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- MethodAnnotationPostProcessor<Splitter>
public class SplitterAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<Splitter>
Post-processor for Methods annotated with 
@Splitter.- Author:
- Mark Fisher, Gary Russell, Artem Bilan
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorAbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapper
- 
Field SummaryFields inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorADVICE_CHAIN_ATTRIBUTE, annotationType, logger, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTEFields inherited from interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessorINPUT_CHANNEL_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected MessageHandlercreateHandler(Object bean, Method method, List<Annotation> annotations) Subclasses must implement this method to create the MessageHandler.protected BeanDefinitionresolveHandlerBeanDefinition(String beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, List<Annotation> annotations) Methods inherited from class org.springframework.integration.config.AbstractMethodAnnotationPostProcessorbuildLambdaMessageProcessor, checkMessageHandlerAttributes, configurePollingEndpoint, createEndpoint, createEndpointBeanDefinition, doCreateEndpoint, extractAdviceChain, generateHandlerBeanName, generateHandlerBeanName, generateHandlerBeanName, getBeanFactory, getChannelResolver, getConversionService, getDefinitionRegistry, postProcess, processBeanDefinition, resolveAttributeToBoolean, setBeanFactory, setOutputChannelIfPresentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessorbeanAnnotationAware, getInputChannelAttribute, shouldCreateEndpoint, shouldCreateEndpoint, supportsPojoMethod
- 
Constructor Details- 
SplitterAnnotationPostProcessorpublic SplitterAnnotationPostProcessor()
 
- 
- 
Method Details- 
resolveHandlerBeanDefinitionprotected BeanDefinition resolveHandlerBeanDefinition(String beanName, AnnotatedBeanDefinition beanDefinition, ResolvableType handlerBeanType, List<Annotation> annotations) - Overrides:
- resolveHandlerBeanDefinitionin class- AbstractMethodAnnotationPostProcessor<Splitter>
 
- 
createHandlerDescription copied from class:AbstractMethodAnnotationPostProcessorSubclasses must implement this method to create the MessageHandler.- Specified by:
- createHandlerin class- AbstractMethodAnnotationPostProcessor<Splitter>
- Parameters:
- bean- The bean.
- method- The method.
- annotations- The messaging annotation (or meta-annotation hierarchy) on the method.
- Returns:
- The MessageHandler.
 
 
-