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 SummaryModifier and TypeMethodDescriptionvoidreceiveAlert(AlertMessage alert) Receives an alert message from the alert bus.
- 
Method Details- 
receiveAlertReceives an alert message from the alert bus. Each alert message is unique by its system and path.- Parameters:
- alert- The AlertMessage object.
- Throws:
- Exception
 
 
-