com.mulesoft.mmc.alert.builder
Interface AlertFactory<T>


public interface AlertFactory<T>

An interface to allow customization of things like Email subjects, SNMP values, etc easily from Java and Groovy.


Method Summary
 T build(RaisedAlert alert)
           
 

Method Detail

build

T build(RaisedAlert alert)