| Modifier and Type | Method and Description |
|---|---|
Notification |
FailedNotification.notification() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Notification> |
NotificationRepository.retrieveOldestNotificationsUpTo(int maxNotifications)
Retrieves the oldest
maxNotifications notifications, oldest
first. |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRepository.ensureTransactionActive(Notification notification)
Throws a descriptive exception if the provided
notification is not in an active
transaction, or if the current state of its transaction is unknown. |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRepository.markNotificationsProcessedOrFailed(Collection<? extends Notification> notification,
Collection<FailedNotification> failures) |
| Constructor and Description |
|---|
FailedNotification(Notification notification,
Exception exception) |
Copyright © 2016. All rights reserved.