package mqttv5
- Alphabetic
- Public
- Protected
Type Members
- final class MqttConnectionSettings extends AnyRef
Connection settings passed to the underlying Paho client.
Connection settings passed to the underlying Paho client.
Java docs for
MqttConnectionOptions
are not available; see https://github.com/eclipse-paho/paho.mqtt.java/issues/1012 or org.eclipse.paho.mqttv5.client.MqttConnectionOptions for more info - final class MqttMessage extends AnyRef
- sealed abstract class MqttQoS extends AnyRef
Quality of Service constants as defined in https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901234
- final class MqttSubscriptions extends AnyRef
The mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic.
Value Members
- object MqttConnectionSettings
Factory for connection settings passed to the underlying Paho client.
Factory for connection settings passed to the underlying Paho client.
Java docs for
MqttConnectionOptions
are not available; see https://github.com/eclipse-paho/paho.mqtt.java/issues/1012 or org.eclipse.paho.mqttv5.client.MqttConnectionOptions for more info - object MqttMessage
- object MqttQoS
Quality of Service constants as defined in https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901234
- object MqttSubscriptions
The mapping of topics to subscribe to and the requested Quality of Service (MqttQoS) per topic.