Skip to main content

MqttSensorBridgeConfig

@totemsdk/edge-mqtt


@totemsdk/edge-mqtt / MqttSensorBridgeConfig

Interface: MqttSensorBridgeConfig

Properties

bindings

bindings: MqttSensorBinding[]


client?

optional client?: MqttClientPort


deadLetterQueue?

optional deadLetterQueue?: 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?

optional proofPublisher?: MqttProofPublisher