public interface NotificationStore
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
getNotifications()
Get all notifications for all users.
|
List<Map<String,String>> |
getNotifications(String userId)
Get all notifications for specified user.
|
void |
putNotification(Map<String,String> notification) |
void |
removeNotification(String notificationId,
String userId) |
This work is licensed under a Creative Commons Attribution 4.0 International License.