NotificationRecipientResolver interface is used to resolve the individual
users to receive the notification.
The resolveNotificationRecipients is used to resolve notifications sent for
entity references, and it should return object with a list of user
entity references that should receive the notification. In case the function
returns other than user entity references, those are ignored.
NotificationRecipientResolver interface is used to resolve the individual users to receive the notification.
The
resolveNotificationRecipientsis used to resolve notifications sent for entity references, and it should return object with a list of user entity references that should receive the notification. In case the function returns other than user entity references, those are ignored.