Interface NotificationProviderInternal

All Known Implementing Classes:
NotificationProviderInternalImpl

public interface NotificationProviderInternal
  • Method Details

    • onContainerRequest

      void onContainerRequest(String subject)
    • onContainerDiscard

      void onContainerDiscard(String subject)
    • onRecordRequest

      void onRecordRequest(String subject)
    • onRecordDiscard

      void onRecordDiscard(String subject)
    • publishNotification

      void publishNotification(String username, Notification notification)
    • deleteNotification

      void deleteNotification(String username, String notificationId)
    • onContribReceived

      void onContribReceived(String subject, Map<String,String> fields)
    • getVersion

      String getVersion()
    • openChannel

      NotificationChannel openChannel(String username)
    • closeChannel

      void closeChannel(String username)