Interface NotificationRegistry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NotificationRegistryImpl
This class holds data about the notifications.
- Author:
- Narcis Paslaru
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Gets the list of event names used by notifications.getNotificationsForEvent
(String eventId) getNotificationsForSubscriptions
(String parentType) void
registerNotification
(Notification notif, List<String> events) void
Unregister notification contribution and remove reference in event registry
-
Method Details
-
clear
void clear() -
registerNotification
-
unregisterNotification
Unregister notification contribution and remove reference in event registry- Since:
- 5.6
-
getNotificationEventNames
Gets the list of event names used by notifications.- Since:
- 5.4.2
-
getNotificationsForEvent
-
getNotifications
List<Notification> getNotifications() -
getNotificationsForSubscriptions
-