Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UnsubscribePacket
Packages that use UnsubscribePacket
-
Uses of UnsubscribePacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type UnsubscribePacketModifier and TypeMethodDescriptionMqtt5Client.unsubscribe(UnsubscribePacket unsubscribePacket) Tells the Mqtt5Client to attempt to unsubscribe from one or more topic filters. -
Uses of UnsubscribePacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return UnsubscribePacketModifier and TypeMethodDescriptionUnsubscribePacket.UnsubscribePacketBuilder.build()Creates a new UnsubscribePacket using the settings set in the builder.static UnsubscribePacketCreates anUnsubscribePacketcontaining only a single subscription topic to unsubscribe from: topicFilter.