Package com.atlassian.confluence.mail
Interface MailQueueManager
- All Known Implementing Classes:
DefaultMailQueueManager
public interface MailQueueManager
Manages the queue for outgoing mail.
-
Method Summary
-
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.
-