Class FHIRNotificationNATSPublisher

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FHIRNotificationNATSPublisher()  
        FHIRNotificationNATSPublisher​(java.lang.String clusterId, java.lang.String channelName, java.lang.String clientId, java.lang.String servers, java.util.Properties tlsProps)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(FHIRNotificationEvent event)
      Publishes an event to NATS.
      void shutdown()
      Performs any necessary "shutdown" logic to disconnect from the channel.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FHIRNotificationNATSPublisher

        protected FHIRNotificationNATSPublisher()
      • FHIRNotificationNATSPublisher

        public FHIRNotificationNATSPublisher​(java.lang.String clusterId,
                                             java.lang.String channelName,
                                             java.lang.String clientId,
                                             java.lang.String servers,
                                             java.util.Properties tlsProps)