Interface NotificationRegistry

    • Method Detail

      • clear

        void clear()
      • unregisterNotification

        void unregisterNotification​(Notification notif)
        Unregister notification contribution and remove reference in event registry
        Since:
        5.6
      • getNotificationEventNames

        Set<String> getNotificationEventNames()
        Gets the list of event names used by notifications.
        Since:
        5.4.2
      • getNotificationsForSubscriptions

        List<Notification> getNotificationsForSubscriptions​(String parentType)