Class ImapIdleMonitoringStrategy

java.lang.Object
org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
org.springframework.ws.transport.mail.monitor.ImapIdleMonitoringStrategy
All Implemented Interfaces:
MonitoringStrategy

public class ImapIdleMonitoringStrategy extends AbstractMonitoringStrategy
Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.

Note that this implementation is only suitable for use with IMAP servers which support the IDLE command. Additionally, this strategy requires JavaMail version 1.4.1.

Since:
1.5.0
Author:
Arjen Poutsma
  • Constructor Details

    • ImapIdleMonitoringStrategy

      public ImapIdleMonitoringStrategy()
  • Method Details