interface NotificationService
Modifier and Type | Method and Description |
---|---|
NotificationEntity |
completed(NotificationEntity notification) |
NotificationEntity |
fail(NotificationEntity notification) |
void |
notify(EventEntity event) |
NotificationEntity |
reschedule(NotificationEntity notification) |
java.util.List<NotificationEntity> |
select() |
void notify(EventEntity event)
java.util.List<NotificationEntity> select()
NotificationEntity completed(NotificationEntity notification)
NotificationEntity fail(NotificationEntity notification)
NotificationEntity reschedule(NotificationEntity notification)