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
Modifier and TypeMethodDescriptionvoid
dispatchNotifications
(@Nullable Notification notification) Dispatch notifications for the given notification.
-
Method Details
-
dispatchNotifications
Dispatch notifications for the given notification.- Parameters:
notification
- Notification to be dispatched
-