Interface NotificationProvider

  • All Known Implementing Classes:
    EMailNotificationProvider

    public interface NotificationProvider
    Notification Provider interface.
    Since:
    4.0
    Author:
    Roy Wetherall
    • 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