AT_MOST_ONCE

At most once delivery (QoS 0) — fire and forget.

The message is delivered at most once, with no acknowledgement from the receiver. This is the fastest and lowest-overhead option, but messages may be lost if the network connection fails.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard
val value: Int

The numeric QoS level (0, 1, or 2) as encoded on the wire.