additional confixt fix in StreamListenerAnnotationBeanPostProcessor

This commit is contained in:
Oleg Zhurakousky
2019-04-25 14:20:54 +02:00
parent 680bd98f4b
commit e9baeea5a9

View File

@@ -320,7 +320,7 @@ public class StreamListenerAnnotationBeanPostProcessor implements BeanPostProces
this.binderAwareChannelResolver = this.applicationContext
.getBean("binderAwareChannelResolver", DestinationResolver.class);
this.messageHandlerMethodFactory = this.applicationContext
.getBean(MessageHandlerMethodFactory.class);
.getBean("integrationMessageHandlerMethodFactory", MessageHandlerMethodFactory.class);
this.springIntegrationProperties = this.applicationContext
.getBean(SpringIntegrationProperties.class);