Class TransformerNotificationManager

  • All Implemented Interfaces:
    com.caplin.datasource.notification.NotificationApplicationListener, NotificationManager

    public class TransformerNotificationManager
    extends java.lang.Object
    implements NotificationManager, com.caplin.datasource.notification.NotificationApplicationListener
    Initialises notification components. The TransformerNotificationManager is using the transformer persistence and NotificationJava API to handle notifications.
    • Constructor Detail

      • TransformerNotificationManager

        public TransformerNotificationManager​(NotificationActionMapper notificationActionMapper)
        Create a TransformerNotificationManager instance
        Parameters:
        notificationActionMapper - NotificationActionMapper
    • Method Detail

      • notificationChannelOpened

        public void notificationChannelOpened​(com.caplin.datasource.notification.NotificationChannel notificationChannel)
        Specified by:
        notificationChannelOpened in interface com.caplin.datasource.notification.NotificationApplicationListener
      • notificationChannelClosed

        public void notificationChannelClosed​(com.caplin.datasource.notification.NotificationChannel channel)
        Specified by:
        notificationChannelClosed in interface com.caplin.datasource.notification.NotificationApplicationListener