Interface AlertMessageHandler
- 
- All Known Implementing Classes:
 AlertNotificationProfile,AlertStorageProfile
public interface AlertMessageHandlerAn AlertMessageHandler is part of the AlertBus system, and receives all alert messages posted to the bus 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveAlert(AlertMessage alert)Receives an alert message from the alert 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
 
 - 
 
 -