public interface NotificationMessagePublishingService
| Modifier and Type | Method and Description |
|---|---|
void |
addNotificationMessageToDatabaseQueue(NotificationMessage notificationMessage)
Adds a notification message to the database queue.
|
void |
publishNotificationMessage(NotificationMessage notificationMessage)
Publishes a notification message.
|
boolean |
publishOldestNotificationMessageFromDatabaseQueue()
Publishes and removes from the database queue the oldest notification message.
|
void addNotificationMessageToDatabaseQueue(NotificationMessage notificationMessage)
notificationMessage - the notification messagevoid publishNotificationMessage(NotificationMessage notificationMessage)
notificationMessage - the notification messageboolean publishOldestNotificationMessageFromDatabaseQueue()
Copyright © 2021. All rights reserved.