| Package | Description |
|---|---|
| fr.paris.lutece.portal.business.mail | |
| fr.paris.lutece.portal.service.mail |
| Modifier and Type | Method and Description |
|---|---|
MailItem |
MailItemQueue.getMailItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailItemQueue.setMailItem(MailItem item) |
| Modifier and Type | Method and Description |
|---|---|
MailItem |
DatabaseQueue.consume()
Get a mail item from the database queue and remove it from the queue
|
MailItem |
MemoryQueue.consume()
Get a mail item from the list and remove it from the queue
|
MailItem |
IMailQueue.consume()
Get a mail item from the list and remove it from the queue
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseQueue.send(MailItem item)
Put a mail item into the database queue
|
void |
MemoryQueue.send(MailItem item)
Put a mail item into the list of the queue
|
void |
IMailQueue.send(MailItem item)
Put a mail item into the list of the queue
|
Copyright © 2020 City of Paris. All rights reserved.