public interface NotificationService
| Modifier and Type | Method and Description |
|---|---|
void |
digest(NotificationContext context)
Collects information of a digest message and sends it daily or weekly.
|
void |
process(Collection<NotificationInfo> notifications)
Processes information when a list of notification messages are created.
|
void |
process(NotificationInfo notification)
Processes information when a notification message is created.
|
void process(NotificationInfo notification) throws Exception
notification - The notification message.Exceptionvoid digest(NotificationContext context) throws Exception
Exceptionvoid process(Collection<NotificationInfo> notifications) throws Exception
notifications - The list of notification messages.ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.