Class MessagingAnnotationBeanPostProcessor

java.lang.Object
org.springframework.integration.config.MessagingAnnotationBeanPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor, SmartInitializingSingleton

public class MessagingAnnotationBeanPostProcessor extends Object implements BeanPostProcessor, BeanFactoryAware, SmartInitializingSingleton
An infrastructure BeanPostProcessor implementation that processes method-level messaging annotations such as @Transformer, @Splitter, @Router, and @Filter.
Since:
6.2
Author:
Artem Bilan