Interface IActivityUserNotifier

  • All Known Implementing Classes:
    EmailNotifier, FCMActivityNotifier

    @StableMinor(version="17.0",
                 sinceVersion="8.2")
    public interface IActivityUserNotifier
    An activity notifier is responsible for sending notification about an activity that has been generated to users.
    Since:
    8.2.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Method Detail

      • notify

        void notify​(ActivityDocument activityDocument,
                    java.util.Collection<UserConfig> users)
             throws PortalException
        Sends a notification to users about the activity that has occurred.
        Parameters:
        activityDocument - the document of the activity that has occurred.
        users - the users to receive the notification.
        Throws:
        PortalException
        Since:
        8.2.0