Interface LikeNotificationManager

All Known Implementing Classes:
DefaultLikeNotificationManager

public interface LikeNotificationManager
  • Method Details

    • getNotifications

      @Deprecated List<LikeNotification> getNotifications(LikeEvent event)
      Deprecated.
      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: