public interface NotificationPlugin
extends io.vertigo.core.component.Plugin
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> account) |
void |
remove(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
UUID notificationUUID) |
void |
removeAll(String type,
String targetUrl) |
void |
send(NotificationEvent notificationEvent) |
void send(NotificationEvent notificationEvent)
notificationEvent - Notification to sendList<Notification> getCurrentNotifications(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> account)
account - Accout urivoid remove(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
UUID notificationUUID)
accountURI - Account urinotificationUUID - Notification uuidCopyright © 2017. All Rights Reserved.