Interface NotificationDispatcher
- All Known Implementing Classes:
NotificationDispatcherImpl
public interface NotificationDispatcher
- Author:
- Nick Crum ncrum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatchNotification
(Notification notification) This method is responsible for dispatching the given notification to any relevant services.
-
Method Details
-
dispatchNotification
This method is responsible for dispatching the given notification to any relevant services.- Parameters:
notification
- the Notification- Throws:
ServiceException
-