org.springframework.integration.config.annotation
Class AggregatorAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor<Aggregator>
org.springframework.integration.config.annotation.AggregatorAnnotationPostProcessor
- All Implemented Interfaces:
- MethodAnnotationPostProcessor<Aggregator>
public class AggregatorAnnotationPostProcessor
- extends AbstractMethodAnnotationPostProcessor<Aggregator>
Post-processor for the @Aggregator
annotation.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatorAnnotationPostProcessor
public AggregatorAnnotationPostProcessor(ListableBeanFactory beanFactory)
createHandler
protected MessageHandler createHandler(Object bean,
Method method,
Aggregator annotation)
- Description copied from class:
AbstractMethodAnnotationPostProcessor
- Subclasses must implement this method to create the MessageHandler.
- Specified by:
createHandler
in class AbstractMethodAnnotationPostProcessor<Aggregator>
Copyright © 2010. All Rights Reserved.