PURISTA API / @purista/mqttbridge / getDefaultMqttBridgeConfig
Function: getDefaultMqttBridgeConfig()
getDefaultMqttBridgeConfig():
object
Defined in: mqttbridge/src/getDefaultMqttBridgeConfig.impl.ts:5
Returns
object
allowRetries?
optional
allowRetries:boolean
allow retry of the initial connect
defaultMessageExpiryInterval
defaultMessageExpiryInterval:
number
the message expiry interval in seconds
Default
defaultSessionExpiryInterval
defaultSessionExpiryInterval:
number
Default
0
emptyTopicPartString
emptyTopicPartString:
string
The string which should be used in topics for parts, which are undefined
Default
__none__
qosCommand
qosCommand:
QoS
QOS for command, command responses and command response subscriptions messages
Default
1
qoSSubscription
qoSSubscription:
QoS
QOS for all subscriptions
Default
1
shareTopicName
shareTopicName:
string
the name of the shared topic (similar to pubsub name)
Default
sharedpurista
shareTopicPrefix
shareTopicPrefix:
string
the prefix to be used to dynamically create topic names for shared subscriptions
Default
$share
topicPrefix
topicPrefix:
string
the prefix for topic to prevent name collisions
Default
purista