Package com.mulesoft.mmc.alert.builder

Interface Summary
AlertAction An action to take when an alert occurs.
AlertFactory<T> An interface to allow customization of things like Email subjects, SNMP values, etc easily from Java and Groovy.
AlertFilter Allows filtering of alerts.
 

Class Summary
AlertActionBuilder Creates a listener for alerts within the system which takes specified actions.
AlertListener  
EmailAction An action which emails information about an alert when it occurs.
EmailActionBuilder Builds an AlertAction which emails specified addresses or a groups of users.
SnmpAction An action which sends an SNMP trap.
SnmpActionBuilder Builds an SnmpAction which sends an SNMP trap for an alert.