Documentation
Preparing search index...
@quatrain/queue-mqtt
MqttQueueConfig
Interface MqttQueueConfig
interface
MqttQueueConfig
{
brokerUrl
:
string
;
clientId
?:
string
;
clientOptions
?:
IClientOptions
;
connectTimeoutMs
?:
number
;
defaultQos
?:
0
|
1
|
2
;
dryRun
?:
boolean
;
password
?:
string
;
reconnectPeriodMs
?:
number
;
username
?:
string
;
}
Index
Properties
broker
Url
client
Id?
client
Options?
connect
Timeout
Ms?
default
Qos?
dry
Run?
password?
reconnect
Period
Ms?
username?
Properties
broker
Url
brokerUrl
:
string
Optional
client
Id
clientId
?:
string
Optional
client
Options
clientOptions
?:
IClientOptions
Optional
connect
Timeout
Ms
connectTimeoutMs
?:
number
Optional
default
Qos
defaultQos
?:
0
|
1
|
2
Optional
dry
Run
dryRun
?:
boolean
Optional
password
password
?:
string
Optional
reconnect
Period
Ms
reconnectPeriodMs
?:
number
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
broker
Url
client
Id
client
Options
connect
Timeout
Ms
default
Qos
dry
Run
password
reconnect
Period
Ms
username
Documentation
Loading...