Interface MailQueueManager

All Known Implementing Classes:
DefaultMailQueueManager

public interface MailQueueManager
Manages the queue for outgoing mail.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Attempt to send any queued outgoing mail.
  • Method Details

    • flushQueue

      void flushQueue()
      Attempt to send any queued outgoing mail. This method will block until every mail in the outgoing queue has been processed.