Interface NotificationProvider
-
- All Known Implementing Classes:
EMailNotificationProvider
public interface NotificationProviderNotification Provider interface.- Since:
- 4.0
- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Gets the name of the notification provider.voidsendNotification(NotificationContext notificationContext)Sends a notification using the notification provider.
-
-
-
Method Detail
-
getName
@NotAuditable java.lang.String getName()
Gets the name of the notification provider.- Returns:
- notification provider name
-
sendNotification
@NotAuditable void sendNotification(NotificationContext notificationContext)
Sends a notification using the notification provider.- Parameters:
notificationContext- notification context
-
-