Class NotificationChannel

All Implemented Interfaces:
DescribedObject, NamedObject
Direct Known Subclasses:
NotificationChannelInfo

public class NotificationChannel extends DescribedObjectImpl
Notification channel stores configuration used by a facility to create channel instances.
Author:
K. Benedyczak
  • Constructor Details

    • NotificationChannel

      public NotificationChannel(String name, String description, String configuration, String facilityId)
    • NotificationChannel

      public NotificationChannel()
    • NotificationChannel

      public NotificationChannel(com.fasterxml.jackson.databind.node.ObjectNode root)
  • Method Details