public class IMNotificationSender extends java.lang.Object implements NotificationSender
| Constructor and Description |
|---|
IMNotificationSender() |
| 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) |
public void sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
NotificationTemplateContext notificationTemplateContext)
sendNotification in interface NotificationSenderpublic void sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
java.lang.String subject,
java.lang.String notificationMessage)
sendNotification in interface NotificationSender