Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.PublishPacket
-
Packages that use PublishPacket Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of PublishPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return PublishPacket Modifier and Type Method Description PublishPacket
PublishReturn. 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 PublishPacket Modifier and Type Method Description CompletableFuture<PublishResult>
Mqtt5Client. 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 PublishPacket Modifier and Type Method Description PublishPacket
PublishPacket.PublishPacketBuilder. build()
Creates a new PublishPacket using the settings set in the builder.PublishPacket
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.Methods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type PublishPacket Modifier and Type Method Description ConnectPacket.ConnectPacketBuilder
ConnectPacket.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.
-