Interface NotificationCommand
public interface NotificationCommand
-
Method Summary
Modifier and TypeMethodDescriptionGets a notification key associated with the notification command.Gets a plugin associated with the notification command.Builds information of a notification from the notification context.
-
Method Details
-
getPlugin
BaseNotificationPlugin getPlugin()Gets a plugin associated with the notification command.- Returns:
- The notification plugin.
-
getNotificationKey
PluginKey getNotificationKey()Gets a notification key associated with the notification command.- Returns:
- The notification key.
-
processNotification
Builds information of a notification from the notification context.- Parameters:
ctx- The notification context.- Returns:
- The notification information.
-