Class MQTTNotification

java.lang.Object
ecmwf.ecpds.mover.service.MQTTNotification
All Implemented Interfaces:
NotificationInterface, Closeable, AutoCloseable

public final class MQTTNotification extends Object implements NotificationInterface
The Class MQTTNotification.
  • Constructor Details

    • MQTTNotification

      public MQTTNotification(boolean useSsl, String hostsList, String name, String password)
      Instantiates a new notification manager. The authentication is only performed once the file is transmitted (when the notify method is called).
      Parameters:
      useSsl - the use ssl
      hostsList - the hosts (list of hosts, e.g. dm1:1883;dm2;dm3)
      name - the name
      password - the password
  • Method Details