Package com.day.cq.notification.api
Interface NotificationProvider
-
public interface NotificationProvider
NotificationProvider
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Notification
getNotification(Event event, Channel channelConfig)
Create aNotification
for the given channel based on the given event.
-
-
-
Method Detail
-
getNotification
Notification getNotification(Event event, Channel channelConfig)
Create aNotification
for the given channel based on the given event.- Parameters:
event
- The event for which to get notificationschannelConfig
- The channel configuration.- Returns:
- A notification.
-
-