Class InboundChannelAdapterAnnotationPostProcessor

java.lang.Object
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<InboundChannelAdapter>
org.springframework.integration.config.InboundChannelAdapterAnnotationPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, MethodAnnotationPostProcessor<InboundChannelAdapter>

public class InboundChannelAdapterAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<InboundChannelAdapter>
Post-processor for Methods annotated with @InboundChannelAdapter.
Since:
4.0
Author:
Artem Bilan, Gary Russell, Oleg Zhurakousky, Chris Bono