Class NotificationDispatcherImpl

java.lang.Object
com.atlassian.bamboo.notification.NotificationDispatcherImpl
All Implemented Interfaces:
NotificationDispatcher

public class NotificationDispatcherImpl extends Object implements NotificationDispatcher
Evaluates notification transports, ensures no duplicate emails and kicks off the sending process of notifications
  • Constructor Details

  • Method Details

    • dispatchNotifications

      public void dispatchNotifications(Notification notification)
      Dispatch notifications for the given notification.
      Specified by:
      dispatchNotifications in interface NotificationDispatcher
      Parameters:
      notification - Notification to be dispatched
    • shutdownAndAwaitTermination

      protected void shutdownAndAwaitTermination()