Interface NotificationSender
public interface NotificationSender
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(String fromAddress, String fromName, NotificationRecipient notificationRecipient, NotificationTemplateContext notificationTemplateContext) default voidsendNotification(String fromAddress, String fromName, NotificationRecipient notificationRecipient, String subject, String notificationMessage) Deprecated.As of Cavanaugh (7.4.x), with no direct replacement
-
Method Details
-
sendNotification
void sendNotification(String fromAddress, String fromName, NotificationRecipient notificationRecipient, NotificationTemplateContext notificationTemplateContext) throws NotificationSenderException - Throws:
NotificationSenderException
-
sendNotification
@Deprecated default void sendNotification(String fromAddress, String fromName, NotificationRecipient notificationRecipient, String subject, String notificationMessage) throws NotificationSenderException Deprecated.As of Cavanaugh (7.4.x), with no direct replacement- Throws:
NotificationSenderException
-