Class MessageProcessorMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<Object>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class MessageProcessorMessageSource extends AbstractMessageSource<Object>
The MessageSource strategy implementation to produce a Message from underlying messageProcessor for polling endpoints.
Since:
5.0
Author:
Artem Bilan, Gary Russell
  • Constructor Details

    • MessageProcessorMessageSource

      public MessageProcessorMessageSource(MessageProcessor<?> messageProcessor)
  • Method Details