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 Detail

      • receiveAlert

        void receiveAlert​(AlertMessage alert)
                   throws java.lang.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:
        java.lang.Exception