Class UnsubAckPacket
java.lang.Object
software.amazon.awssdk.crt.mqtt5.packets.UnsubAckPacket
Data model of an MQTT5 UNSUBACK packet.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Reason codes inside UnsubAckPacket payloads that specify the results for each topic filter in the associated UnsubscribePacket. -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.Returns additional diagnostic information about the result of the UNSUBSCRIBE attempt.Returns a list of MQTT5 user properties included with the packet.
-
Method Details
-
getReasonString
Returns additional diagnostic information about the result of the UNSUBSCRIBE attempt. See MQTT5 Reason String- Returns:
- Additional diagnostic information about the result of the UNSUBSCRIBE attempt.
-
getUserProperties
Returns a list of MQTT5 user properties included with the packet. See MQTT5 User Property- Returns:
- List of MQTT5 user properties included with the packet.
-
getReasonCodes
Returns a list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet. See MQTT5 Unsuback Payload- Returns:
- A list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
-