Class MailReceivingMessageSource

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

@Deprecated(forRemoval=true, since="7.0") public class MailReceivingMessageSource extends MailReceivingMessageSource
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of MailReceivingMessageSource
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)
      Deprecated, for removal: This API element is subject to removal in a future version.