Interface NotificationDispatcher

All Known Implementing Classes:
NotificationDispatcherImpl

public interface NotificationDispatcher
Author:
Nick Crum ncrum
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is responsible for dispatching the given notification to any relevant services.
  • Method Details

    • dispatchNotification

      void dispatchNotification(Notification notification) throws ServiceException
      This method is responsible for dispatching the given notification to any relevant services.
      Parameters:
      notification - the Notification
      Throws:
      ServiceException