public interface AlertSender
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Configuration configuration) |
void |
sendEmails(Stream stream,
AlertCondition.CheckResult checkResult) |
void |
sendEmails(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
void initialize(Configuration configuration)
void sendEmails(Stream stream, AlertCondition.CheckResult checkResult) throws TransportConfigurationException, org.apache.commons.mail.EmailException
TransportConfigurationExceptionorg.apache.commons.mail.EmailExceptionvoid sendEmails(Stream stream, AlertCondition.CheckResult checkResult, List<Message> backlog) throws TransportConfigurationException, org.apache.commons.mail.EmailException
TransportConfigurationExceptionorg.apache.commons.mail.EmailExceptionCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.