Packages

final class MqttMessage extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MqttMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arePropertiesFromBroker: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def effectiveProperties: MqttProperties

    If this message was received/subscribed from the broker, the actual MqttProperties associated with the message.

    If this message was received/subscribed from the broker, the actual MqttProperties associated with the message. If the message is to be sent/published to the broker, an equivalent MqttProperties will be passed to the underlying client.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean

    Note that properties are not considered for equality

    Note that properties are not considered for equality

    Definition Classes
    MqttMessage → AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int

    Note that properties are not considered for hashing

    Note that properties are not considered for hashing

    Definition Classes
    MqttMessage → AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mapProperties(f: (MqttMessageProperties) => MqttMessageProperties): MqttMessage

    Scala API

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val payload: ByteString
  18. val properties: MqttMessageProperties
  19. val qos: Option[MqttQoS]
  20. val retained: Boolean
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    MqttMessage → AnyRef → Any
  23. val topic: String
  24. def transformProperties(f: Function[MqttMessageProperties, MqttMessageProperties]): MqttMessage

    Java API

  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def withClearedProperties: MqttMessage
  29. def withPayload(value: Array[Byte]): MqttMessage
  30. def withPayload(value: ByteString): MqttMessage
  31. def withProperties(properties: MqttMessageProperties): MqttMessage
  32. def withQos(value: MqttQoS): MqttMessage
  33. def withRetained(value: Boolean): MqttMessage
  34. def withTopic(value: String): MqttMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped