|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailQueueExecutor
This interface has to be implemented by all Executors that will process the mail
queue.
Email| Method Summary | |
|---|---|
boolean |
isDeliveryAllowed(Email email)
Checks whether an Email instance is allowed to be
delivered. |
| Method Detail |
|---|
boolean isDeliveryAllowed(Email email)
Email instance is allowed to be
delivered. This is called before sending each message so that it's
possible to filter out email that for some reason is not allowed
for delivery. The email will then simply be skipped.
email - The Email instance that should be
verified
true if the email is allowed to be delivered;
or
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||