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