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
MessageHandler
s.- Since:
- 4.0
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessBeanFactory
(ConfigurableListableBeanFactory beanFactory)
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException - Specified by:
postProcessBeanFactory
in interfaceBeanFactoryPostProcessor
- Throws:
BeansException
-