Class PubAckPacket
java.lang.Object
software.amazon.awssdk.crt.mqtt5.packets.PubAckPacket
Data model of an MQTT5 PUBACK packet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumReason code inside PubAckPackets that indicates the result of the associated PUBLISH request. -
Method Summary
Modifier and TypeMethodDescriptionReturns success indicator or failure reason for the associated PublishPacket.Returns additional diagnostic information about the result of the PUBLISH attempt.Returns a list of MQTT5 user properties included with the packet.
-
Method Details
-
getReasonCode
Returns success indicator or failure reason for the associated PublishPacket. See MQTT5 PUBACK Reason Code- Returns:
- Success indicator or failure reason for the associated PublishPacket.
-
getReasonString
Returns additional diagnostic information about the result of the PUBLISH attempt. See MQTT5 Reason String- Returns:
- Additional diagnostic information about the result of the PUBLISH 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.
-