Interface LikeNotificationManager
-
- All Known Implementing Classes:
DefaultLikeNotificationManager
public interface LikeNotificationManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<LikeNotification>getNotifications(LikeEvent event)Deprecated.since 5.6 UsegetNotifications(LikePayload)List<LikeNotification>getNotifications(LikePayload event)Get a list of like notifications for a provided like event payload
-
-
-
Method Detail
-
getNotifications
@Deprecated List<LikeNotification> getNotifications(LikeEvent event)
Deprecated.since 5.6 UsegetNotifications(LikePayload)Compute the notifications that should result from the specified like event ocurring.- Parameters:
event- the like event- Returns:
- notifications which represent who should be notified.
-
getNotifications
List<LikeNotification> getNotifications(LikePayload event)
Get a list of like notifications for a provided like event payload- Parameters:
event- The like event payload- Returns:
-
-