BrokerRetainMessagesSettings interface

Broker Retain Messages properties.

Properties

dynamic

Controls if MQTT clients can request for disk persistence via MQTTv5 user property. Works in addition to other groups (logical OR).

topics

List of topics under which retained messages would be persisted to disk. Wildcards # and + 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?: BrokerRetainMessagesDynamic

Property Value

topics

List of topics under which retained messages would be persisted to disk. Wildcards # and + supported.

topics?: string[]

Property Value

string[]