Class IntegrationFlowBeanPostProcessor

java.lang.Object
org.springframework.integration.dsl.context.IntegrationFlowBeanPostProcessor
All Implemented Interfaces:
AopInfrastructureBean, Aware, BeanPostProcessor, SmartInitializingSingleton, ApplicationContextAware

public class IntegrationFlowBeanPostProcessor extends Object implements BeanPostProcessor, ApplicationContextAware, SmartInitializingSingleton, AopInfrastructureBean
A BeanPostProcessor to parse IntegrationFlow beans and register their components as beans in the provided BeanFactory, if necessary.
Since:
5.0
Author:
Artem Bilan, Gary Russell