Interface Mqtt5UnsubAck
- All Superinterfaces:
Mqtt5Message
MQTT 5 UnsubAck message. This message is translated from and to an MQTT 5 UNSUBACK packet.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getReasonCodes
- Returns:
- the Reason Codes of this UnsubAck message, each belonging to a Topic Filter in the corresponding
Unsubscribe messagein the same order.
-
getReasonString
- Returns:
- the optional reason string of this UnsubAck message.
-
getUserProperties
- Returns:
- the optional user properties of this UnsubAck message.
-
getType
- Specified by:
getTypein interfaceMqtt5Message- Returns:
- the type of this MQTT message.
-