public class NotificationHistory extends Object
| Constructor and Description |
|---|
NotificationHistory(int maxEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
errorWhileSendingNotification(BpmNotification notification,
Exception e) |
List<NotificationHistoryEntry> |
getRecentEntries() |
void |
notificationEnqueued(BpmNotification notification) |
void |
notificationSent(BpmNotification notification) |
public void notificationEnqueued(BpmNotification notification)
public void notificationSent(BpmNotification notification)
public void errorWhileSendingNotification(BpmNotification notification, Exception e)
public List<NotificationHistoryEntry> getRecentEntries()
Copyright © 2013. All Rights Reserved.