Class MailReceivingMessageSource

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

public class MailReceivingMessageSource extends AbstractMessageSource<Object>
MessageSource implementation that delegates to a MailReceiver to poll a mailbox. Each poll of the mailbox may return more than one message which will then be stored in a queue.
Author:
Jonas Partner, Mark Fisher, Gary Russell, Oleg Zhurakousky, Artem Bilan, Trung Pham
  • Constructor Details

    • MailReceivingMessageSource

      public MailReceivingMessageSource(MailReceiver mailReceiver)
  • Method Details