Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UnsubAckPacket
Packages that use UnsubAckPacket
-
Uses of UnsubAckPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return types with arguments of type UnsubAckPacketModifier and TypeMethodDescriptionMqtt5Client.unsubscribe(UnsubscribePacket unsubscribePacket) Tells the Mqtt5Client to attempt to unsubscribe from one or more topic filters.