public class AggregatorAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Aggregator>
@Aggregator
annotation.channelResolver
Constructor and Description |
---|
AggregatorAnnotationPostProcessor(ListableBeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
Aggregator annotation)
Subclasses must implement this method to create the MessageHandler.
|
postProcess, setAdviceChainIfPresent, shouldCreateEndpoint
public AggregatorAnnotationPostProcessor(ListableBeanFactory beanFactory)
protected MessageHandler createHandler(Object bean, Method method, Aggregator annotation)
AbstractMethodAnnotationPostProcessor
createHandler
in class AbstractMethodAnnotationPostProcessor<Aggregator>
bean
- The bean.method
- The method.annotation
- The annotation.