public interface NotificationSender
Modifier and Type | Method and Description |
---|---|
void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
NotificationTemplateContext notificationTemplateContext) |
void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
java.lang.String subject,
java.lang.String notificationMessage) |
void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, NotificationTemplateContext notificationTemplateContext) throws NotificationSenderException
NotificationSenderException
void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, java.lang.String subject, java.lang.String notificationMessage) throws NotificationSenderException
NotificationSenderException