public interface MailResult
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId() |
boolean |
isProcessed() |
void |
waitTillProcessed(long timeout)
Wait till all messages on the sending queue have been sent (for this batch) before returning.
|
void waitTillProcessed(long timeout)
timeout - the maximum amount of time to wait in millisecondsboolean isProcessed()
String getBatchId()
Copyright © 2004–2015 XWiki. All rights reserved.