Expand description

Options for subscribing to topics MQTT v5 subscribe options for the Paho MQTT Rust client library. These are defined in section 3.8.3.1 of the MQTT v5 spec. The defaults use the behavior that was present in MQTT v3.1.1.

Structs

The MQTT v5 subscribe options.

Builder for creating subscription options.

Enums

The options for subscription retain handling.

Constants

Retain flag is only set on publications sent by a broker if in response to a subscribe request

Keep the retain flag as on the original publish message

Receive our own publications when subscribed to the same topics.

Don’t receive our own publications when subscribed to the same topics.