| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationEvent.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationServicesImpl.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> userProfileURI)
Retrieves all notifications for one account
|
List<Notification> |
NotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> account) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationServicesImpl.send(Notification notification,
Set<io.vertigo.dynamo.domain.model.URI<Account>> accountURIs)
Sends a notification to a set of users
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
MemoryNotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> userProfileURI) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
RedisNotificationPlugin.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> accountURI) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationServices.getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<Account> accountURI)
Retrieves all notifications for one account
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationServices.send(Notification notification,
Set<io.vertigo.dynamo.domain.model.URI<Account>> accountURIs)
Sends a notification to a set of users
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationWebServices.getMessages()
Get messages for logged user.
|
Copyright © 2017. All Rights Reserved.