MqttSensorBridgeConfig
@totemsdk/edge-mqtt / MqttSensorBridgeConfig
Interface: MqttSensorBridgeConfig
Properties
bindings
bindings:
MqttSensorBinding[]
client?
optionalclient?:MqttClientPort
deadLetterQueue?
optionaldeadLetterQueue?:MqttEdgeQueue
Queue that receives failed proof events instead of silently dropping them. When set, any error thrown by proofPublisher.createProofFromMessage or publishProof is caught and the raw message is enqueued for later retry or inspection, rather than being lost.
gateway
gateway:
MqttEdgeGateway
proofPublisher?
optionalproofPublisher?:MqttProofPublisher