Interface NotificationProvider


public interface NotificationProvider
NotificationProvider...
  • Method Summary

    Modifier and Type
    Method
    Description
    getNotification(Event event, Channel channelConfig)
    Create a Notification for the given channel based on the given event.
  • Method Details

    • getNotification

      Notification getNotification(Event event, Channel channelConfig)
      Create a Notification for the given channel based on the given event.
      Parameters:
      event - The event for which to get notifications
      channelConfig - The channel configuration.
      Returns:
      A notification.