MqttReceivedMessage<T> class
Represents a MQTT message that has been received from a broker.
Constructors
- MqttReceivedMessage.new(String topic, T payload)
- Initializes a new instance of an MqttReceivedMessage class.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited