PURISTA API / @purista/mqttbridge / getDefaultMqttBridgeConfig
Function: getDefaultMqttBridgeConfig() 
getDefaultMqttBridgeConfig():
object
Defined in: mqttbridge/src/getDefaultMqttBridgeConfig.impl.ts:5
Returns 
allowRetries? 
optionalallowRetries:boolean
allow retry of the initial connect
defaultMessageExpiryInterval 
defaultMessageExpiryInterval:
number
the message expiry interval in seconds
Default 
defaultSessionExpiryInterval 
defaultSessionExpiryInterval:
number
Default 
0emptyTopicPartString 
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 
1qoSSubscription 
qoSSubscription:
QoS
QOS for all subscriptions
Default 
1shareTopicName 
shareTopicName:
string
the name of the shared topic (similar to pubsub name)
Default 
sharedpuristashareTopicPrefix 
shareTopicPrefix:
string
the prefix to be used to dynamically create topic names for shared subscriptions
Default 
$sharetopicPrefix 
topicPrefix:
string
the prefix for topic to prevent name collisions
Default 
purista