public interface ValidationMessenger extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(String[] to,
String subject,
List<String> messages)
Send a messages
|
void sendMessage(String[] to, String subject, List<String> messages) throws Exception
to
- an array the receivers of the messagesubject
- the subject title, use something which easily filtered, thereby ensuring maximum visibility.messages
- the list of string message which should be sent in the message.Exception
- if any exception happens during sending the message or if no recievers is defined