Topic filter to subscribe to
Maximum QoS on which the subscriber will accept publish messages. Negotiated QoS may be different.
Optional
noShould the server not send publishes to a client when that client was the one who sent the publish? If undefined, this is assumed to be false.
Optional
retainShould messages sent due to this subscription keep the retain flag preserved on the message? If undefined, this is assumed to be false.
Optional
retainShould retained messages on matching topics be sent in reaction to this subscription? If undefined, this is assumed to be RetainHandlingType.SendOnSubscribe.
Generated using TypeDoc
Configures a single subscription within a Subscribe operation
See MQTT5 Subscription Options