forked from Azure/iotedge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mqtt] upstream bridge event handlers (Azure#3742)
`Pump` suppose to support several activities running in parallel: * Ingress - a reading publication from store and publishing using MQTT client * Egress - a receiving publication from the MQTT client and put it in the opposite pump store * Messages Processor - reacting on messages coming to the `Pump` Pump messages can be different for different pumps (local/remote, upstream/east-west). `PumpMessageHandler` addressing this variety of options. This PR includes `Connectivity` message functionality
- Loading branch information
1 parent
ca33b33
commit 8ea9582
Showing
30 changed files
with
1,460 additions
and
767 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.