Interface NotificationService


  • public interface NotificationService
    • Method Detail

      • process

        void process​(NotificationInfo notification)
              throws Exception
        Processes information when a notification message is created.
        Parameters:
        notification - The notification message.
        Throws:
        Exception
      • process

        void process​(Collection<NotificationInfo> notifications)
              throws Exception
        Processes information when a list of notification messages are created.
        Parameters:
        notifications - The list of notification messages.
        Throws:
        Exception