Interface NotificationSender
- All Known Implementing Classes:
BaseNotificationSender
public interface NotificationSender
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(List<com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient> notificationRecipients, String subject, String notificationMessage, ExecutionContext executionContext)
-
Method Details
-
getNotificationType
String getNotificationType() -
sendNotification
void sendNotification(List<com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient> notificationRecipients, String subject, String notificationMessage, ExecutionContext executionContext) throws NotificationMessageSenderException
-