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 TypeMethodDescriptionvoid
receiveAlert
(AlertMessage alert) Receives an alert message from the alert bus.
-
Method Details
-
receiveAlert
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
-