-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify Broker and Subscriber functionality
Previously, brokers in Protean were the primary conduits for events. So a lot of their functionality included automatic translation of events to messages and back, and handling Protean elements. This commit simplifies broker functionality, and retains one primary responsibility: communicating with a broker (publish and receive). `Broker.publish` is used to push messages to a broker. Subcribers connected to channels receive messages from broker.
- Loading branch information
Showing
30 changed files
with
331 additions
and
912 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
Oops, something went wrong.