Interface MailQueueManager

  • All Known Implementing Classes:
    DefaultMailQueueManager

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

      • flushQueue

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