Package com.day.cq.notification.api
Interface NotificationProvider
public interface NotificationProvider
NotificationProvider...-
Method Summary
Modifier and TypeMethodDescriptiongetNotification(Event event, Channel channelConfig) Create aNotificationfor the given channel based on the given event.
-
Method Details
-
getNotification
Create aNotificationfor the given channel based on the given event.- Parameters:
event- The event for which to get notificationschannelConfig- The channel configuration.- Returns:
- A notification.
-