Interface NotificationProvider

All Known Implementing Classes:
EMailNotificationProvider

public interface NotificationProvider
Notification Provider interface.
Since:
4.0
Author:
Roy Wetherall
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the notification provider.
    void
    Sends a notification using the notification provider.
  • Method Details

    • 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