Packages

package mqttv5

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package impl
  2. package javadsl
  3. package scaladsl

Type Members

  1. final class MqttConnectionSettings extends AnyRef

    Connection settings passed to the underlying Paho client.

  2. final class MqttMessage extends AnyRef
  3. final class MqttMessageProperties extends AnyRef

    A representation of the packet-level properties sent/received with a message from MQTT.

    A representation of the packet-level properties sent/received with a message from MQTT.

    Only properties which appear in the PUBLISH packet (see MQTTv5 specification) are exposed. The Paho client handles topic aliases, so those properties are not exposed.

    The 'sourceProperties' (including the subscription identifiers) are cleared on any update. Consumers who will use such properties are advised to capture the source properties at the earliest opportunity after receipt.

    Constructor is INTERNAL API

  4. sealed abstract class MqttQoS extends AnyRef

    Quality of Service constants as defined in https://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.

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 MqttMessageProperties
  4. object MqttQoS

    Quality of Service constants as defined in https://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.

Ungrouped