public interface NotificationSender
Modifier and Type | Method and Description |
---|---|
void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
NotificationTemplateContext notificationTemplateContext) |
default void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
java.lang.String subject,
java.lang.String notificationMessage)
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, NotificationTemplateContext notificationTemplateContext) throws NotificationSenderException
NotificationSenderException
@Deprecated default void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, java.lang.String subject, java.lang.String notificationMessage) throws NotificationSenderException
NotificationSenderException