public class MailNotifier extends AbstractStatusChangeNotifier
ignoreChanges| Constructor and Description |
|---|
MailNotifier(org.springframework.mail.MailSender sender) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doNotify(ClientApplicationStatusChangedEvent event) |
void |
setCc(String[] cc) |
void |
setFrom(String from) |
void |
setSubject(String subject) |
void |
setText(String text) |
void |
setTo(String[] to) |
notify, setEnabled, setIgnoreChanges, shouldNotifyprotected void doNotify(ClientApplicationStatusChangedEvent event)
doNotify in class AbstractStatusChangeNotifierpublic void setTo(String[] to)
public void setCc(String[] cc)
public void setFrom(String from)
public void setSubject(String subject)
public void setText(String text)
Copyright © 2016 codecentric AG. All rights reserved.