Class DashboardNotificationManager


  • public class DashboardNotificationManager
    extends java.lang.Object
    • Constructor Detail

      • DashboardNotificationManager

        public DashboardNotificationManager​(java.util.UUID backgroundJobServerId,
                                            StorageProvider storageProvider)
    • Method Detail

      • handle

        public void handle​(java.lang.Exception e)
      • deleteNotification

        public void deleteNotification​(java.lang.Class<? extends DashboardNotification> notificationToDelete)
      • getDashboardNotification

        public <T extends DashboardNotification> T getDashboardNotification​(java.lang.Class<T> notificationClass)