MqttPublishMessage

pl.waw.ibspan.scala_mqtt_wrapper.MqttPublishMessage
final case class MqttPublishMessage(payload: ByteString, topic: String, flags: ControlPacketFlags)

MQTT data to be published

Value parameters

flags

MQTT flags

payload

payload to be published

topic

topic to which the payload will be published

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