Packages

package mqtt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class MqttConnectionSettings extends AnyRef

    Connection settings passed to the underlying Paho client.

  2. final class MqttMessage extends AnyRef
  3. class MqttPerf extends AnyRef
    Annotations
    @State()
  4. sealed abstract class MqttQoS extends AnyRef

    Quality of Service constants as defined in http://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttMessage.html#setQos-int-

  5. final class MqttSubscriptions extends AnyRef

    The mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic.

  6. final case class MqttSourceSettings(connectionSettings: MqttConnectionSettings, subscriptions: Map[String, MqttQoS] = Map.empty) extends Product with Serializable

    subscriptions

    the mapping between a topic name and a MqttQoS.

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version 1.0-M1) use MqttConnectionSettings and MqttSubscriptions instead

Value Members

  1. object MqttConnectionSettings

    Factory for connection settings passed to the underlying Paho client.

    Factory for connection settings passed to the underlying Paho client.

    See https://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttConnectOptions.html

  2. object MqttMessage
  3. object MqttPerf
  4. object MqttQoS

    Quality of Service constants as defined in http://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttMessage.html#setQos-int-

  5. object MqttSubscriptions

    The mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic.

Deprecated Value Members

  1. object MqttSourceSettings extends Serializable

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version 1.0-M1) use MqttConnectionSettings and MqttSubscriptions instead

Ungrouped