Class NotificationHandler

java.lang.Object
org.openmetadata.service.util.NotificationHandler

public class NotificationHandler extends Object
  • Constructor Details

    • NotificationHandler

      public NotificationHandler()
  • Method Details

    • handleTaskNotification

      public static void handleTaskNotification(Thread thread)
    • getTaskAssignees

      public static Set<UUID> getTaskAssignees(Thread thread)
    • handleConversationNotification

      public static void handleConversationNotification(Thread thread)
    • handleEmailNotifications

      public static void handleEmailNotifications(Set<UUID> userList, Thread thread)