Interface NotificationProvider
- All Known Implementing Classes:
EMailNotificationProvider
public interface NotificationProvider
Notification Provider interface.
- Since:
- 4.0
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the notification provider.voidsendNotification(NotificationContext notificationContext) Sends a notification using the notification provider.
-
Method Details
-
getName
Gets the name of the notification provider.- Returns:
- notification provider name
-
sendNotification
Sends a notification using the notification provider.- Parameters:
notificationContext- notification context
-