oci-pronghorn/FogLight

Add publish subscribe event/message passing.

Closed this issue · 0 comments

Internal passing of payloads between maker objects is to be done using the MQTT style of keys. Internally this is not an MQTT broker but the full app can be connected to an MQTT broker. The primary difference in this local implementation is that if a message can not be queued a false is returned. Other than that case no messages will be lost. The QOS value will be global and only applicable for messages leaving or entering the IoT Device.