com.mulesoft.mmc.alert.builder
Interface AlertFilter


public interface AlertFilter

Allows filtering of alerts. If an alert should be processed (i.e. an action should be taken such as creating an email), then processAlert will return true.


Method Summary
 boolean processAlert(RaisedAlert alert)
           
 

Method Detail

processAlert

boolean processAlert(RaisedAlert alert)