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 TypeMethodDescriptionTheNotificationParametersused 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()TheNotificationParametersused to send the event.- Returns:
-