MqttReceivedMessage

pl.waw.ibspan.scala_mqtt_wrapper.MqttReceivedMessage
final case class MqttReceivedMessage(payload: ByteString, topic: String, flags: ControlPacketFlags, packetId: Option[PacketId])

data received from the MQTT broker

Value parameters

flags

MQTT flags

packetId

MQTT packet id

payload

received payload

topic

topic from which the payload was received

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product