package mqtt
- Alphabetic
- Public
- Protected
Type Members
-   final  class MqttConnectionSettings extends AnyRefConnection settings passed to the underlying Paho client. Connection settings passed to the underlying Paho client. See https://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttConnectOptions.html 
-  final class MqttMessage extends AnyRef
-   sealed abstract  class MqttQoS extends AnyRefQuality of Service constants as defined in http://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttMessage.html#setQos-int- 
-   final  class MqttSubscriptions extends AnyRefThe mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic. 
Value Members
-    object MqttConnectionSettingsFactory 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 
-  object MqttMessage
-    object MqttQoSQuality of Service constants as defined in http://www.eclipse.org/paho/files/javadoc/org/eclipse/paho/client/mqttv3/MqttMessage.html#setQos-int- 
-    object MqttSubscriptionsThe mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic.