Interface NotificationDispatcher
-
- All Known Implementing Classes:
NotificationDispatcherImpl
public interface NotificationDispatcher
Evaluates notification transports, ensures no duplicate emails and kicks off the sending process of notifications
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispatchNotifications(@Nullable Notification notification)
Dispatch notifications for the given notification.
-
-
-
Method Detail
-
dispatchNotifications
void dispatchNotifications(@Nullable @Nullable Notification notification)
Dispatch notifications for the given notification.- Parameters:
notification
- Notification to be dispatched
-
-