Interface NotificationEnabledEvent
-
- All Known Implementing Classes:
AttachmentBatchUploadCompletedEvent
,BlogPostCreateEvent
,BlogPostMovedEvent
,BlogPostUpdateEvent
,CommentCreateEvent
,CommentUpdateEvent
,FollowEvent
,ForgotPasswordEvent
,LikeCreatedEvent
,PageCreateEvent
,PageMoveEvent
,PageUpdateEvent
public interface NotificationEnabledEvent
Represents an event that is to be consumed by the notifications-api :- the event is transformed into a NotificationPayload through a PayloadTransformer - the NotificationPayload is used to build a SimpleNotification sent to recipients resolved through a RecipientsProvider - the SimpleNotification is rendered through a RenderContextProvider
- Since:
- 7.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSuppressNotifications()
-