Class FixedSubscriberChannelBeanFactoryPostProcessor
java.lang.Object
org.springframework.integration.config.FixedSubscriberChannelBeanFactoryPostProcessor
- All Implemented Interfaces:
- BeanFactoryPostProcessor
public final class FixedSubscriberChannelBeanFactoryPostProcessor
extends Object
implements BeanFactoryPostProcessor
Used to post process candidates for 
FixedSubscriberChannel
 MessageHandlers.- Since:
- 4.0
- Author:
- Gary Russell
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) 
- 
Method Details- 
postProcessBeanFactorypublic void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException - Specified by:
- postProcessBeanFactoryin interface- BeanFactoryPostProcessor
- Throws:
- BeansException
 
 
-