Package sonia.scm.notifications
Interface NotificationSender
public interface NotificationSender
Service for sending notifications.
- Since:
- 2.18.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
send
(Notification notification) Sends the notification to the current user.void
send
(Notification notification, String recipient) Sends the notification to a specific user.
-
Method Details
-
send
Sends the notification to a specific user.- Parameters:
notification
- notification to sendrecipient
- username of the receiving user
-
send
Sends the notification to the current user.- Parameters:
notification
- notification to send
-