We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d257e79 commit 701fa6eCopy full SHA for 701fa6e
1 file changed
src/routing.coffee
@@ -6,9 +6,9 @@ debug = require('debug')('msgflo:routing')
6
#
7
# TODO: split into two pieces
8
# a) a Router, which implements message routing
9
-# with a message-queue based interface for listing and manipulating bindings.
+# with a message-queue based protocol for listing and manipulating bindings.
10
# b) a Binder mixin for MessageBroker inteface,
11
-# which sends
+# which sends messsages on this protocol for add/removeBinding() and listBindings()
12
13
# This allows a single Router to exist in the network. It holds the canonical state of which
14
# queues/topics are bound to eachother, and multiple processes can query and manipulate these.
0 commit comments