Interface NotificationProvider


  • public interface NotificationProvider
    NotificationProvider...
    • Method Detail

      • 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.