BrokerSubscriberQueueCustomPolicySettings interface
Broker Subscriber Queue Custom Policy properties.
Properties
| dynamic | Controls if MQTT clients can request for disk persistence via |
| subscriber |
List of client IDs of the subscribers, wildcard * supported. |
Property Details
dynamic
Controls if MQTT clients can request for disk persistence via MQTTv5 user property. Works in addition to other groups (logical OR).
dynamic?: BrokerSubscriberQueueDynamic
Property Value
subscriberClientIds
List of client IDs of the subscribers, wildcard * supported.
subscriberClientIds?: string[]
Property Value
string[]