Interface AlertMessageHandler

All Known Implementing Classes:
AlertNotificationProfile, AlertStorageProfile

public interface AlertMessageHandler
An AlertMessageHandler is part of the AlertBus system, and receives all alert messages posted to the bus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives an alert message from the alert bus.
  • Method Details

    • receiveAlert

      void receiveAlert(AlertMessage alert) throws Exception
      Receives an alert message from the alert bus. Each alert message is unique by its system and path.
      Parameters:
      alert - The AlertMessage object.
      Throws:
      Exception