com.atlassian.confluence.mail
Class DefaultMailQueueManager
java.lang.Object
com.atlassian.confluence.mail.DefaultMailQueueManager
- All Implemented Interfaces:
- MailQueueManager
public class DefaultMailQueueManager
- extends Object
- implements MailQueueManager
Method Summary |
void |
flushQueue()
Attempt to send any queued outgoing mail. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMailQueueManager
public DefaultMailQueueManager(com.atlassian.core.task.TaskQueueWithErrorQueue queue)
flushQueue
public void flushQueue()
- Description copied from interface:
MailQueueManager
- Attempt to send any queued outgoing mail. This method will block until every mail in the outgoing
queue has been processed.
- Specified by:
flushQueue
in interface MailQueueManager