Interface NotificationEvent
- All Known Implementing Classes:
StandardNotificationEvent
public interface NotificationEvent
Represents a notification event. This is supplied to the success function of
Notification.send(Consumer, Consumer)
when a notification is successfully sent.-
Method Summary
Modifier and TypeMethodDescriptionTheNotificationParameters
used to send the event.Returns the database-assigned token ID for theNotificationEvent
.
-
Method Details
-
getTokenId
String getTokenId()Returns the database-assigned token ID for theNotificationEvent
.- Returns:
-
getParameters
NotificationParameters getParameters()TheNotificationParameters
used to send the event.- Returns:
-