Package com.day.cq.notification.api
Interface NotificationProvider
-
public interface NotificationProviderNotificationProvider...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationgetNotification(org.osgi.service.event.Event event, Channel channelConfig)Create aNotificationfor the given channel based on the given event.
-
-
-
Method Detail
-
getNotification
Notification getNotification(org.osgi.service.event.Event event, Channel channelConfig)
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.
-
-