Class IntegrationMessageHandlerMethodFactory

java.lang.Object
org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
org.springframework.integration.handler.support.IntegrationMessageHandlerMethodFactory
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, MessageHandlerMethodFactory

public class IntegrationMessageHandlerMethodFactory extends DefaultMessageHandlerMethodFactory
Extension of the DefaultMessageHandlerMethodFactory for Spring Integration requirements.
Since:
6.0
Author:
Artem Bilan