Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.PublishPacket
Packages that use PublishPacket
-
Uses of PublishPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return PublishPacketModifier and TypeMethodDescriptionPublishReturn.getPublishPacket()Returns the PublishPacket returned from the server or Null if none was returned.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type PublishPacketModifier and TypeMethodDescriptionMqtt5Client.publish(PublishPacket publishPacket) Tells the Mqtt5Client to attempt to send a PUBLISH packet. -
Uses of PublishPacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return PublishPacketModifier and TypeMethodDescriptionPublishPacket.PublishPacketBuilder.build()Creates a new PublishPacket using the settings set in the builder.ConnectPacket.getWill()Returns the definition of a message to be published when the connection's session is destroyed by the server or when the will delay interval has elapsed, whichever comes first.static PublishPacketCreates aPublishPacketcontaining only the most common fields: topic, QoS, and payload.Methods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type PublishPacketModifier and TypeMethodDescriptionConnectPacket.ConnectPacketBuilder.withWill(PublishPacket will) Sets the definition of a message to be published when the connection's session is destroyed by the server or when the will delay interval has elapsed, whichever comes first.