public class NotificationEvaluationProviderImpl extends Object implements NotificationEvaluationProvider
| Constructor and Description | 
|---|
| NotificationEvaluationProviderImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<NotificationInfo> | evaluateNotifications(Message data,
                     Conversation conversation,
                     Collection<Participant> participants)Evaluates the notifications and message data read behavior for all participants according a rules set and the
 participants profile (e.g. | 
public Collection<NotificationInfo> evaluateNotifications(Message data, Conversation conversation, Collection<Participant> participants)
NotificationEvaluationProviderevaluateNotifications in interface NotificationEvaluationProviderdata - the message for which notifications need to be evaluatedconversation - the conversationparticipants - all the participants for which notifications needs to be evaluatedCopyright © 2019. All rights reserved.