Skip to content

Commit 701fa6e

Browse files
committed
routing: Complete sentence
1 parent d257e79 commit 701fa6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routing.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ debug = require('debug')('msgflo:routing')
66
#
77
# TODO: split into two pieces
88
# a) a Router, which implements message routing
9-
# with a message-queue based interface for listing and manipulating bindings.
9+
# with a message-queue based protocol for listing and manipulating bindings.
1010
# b) a Binder mixin for MessageBroker inteface,
11-
# which sends
11+
# which sends messsages on this protocol for add/removeBinding() and listBindings()
1212
#
1313
# This allows a single Router to exist in the network. It holds the canonical state of which
1414
# queues/topics are bound to eachother, and multiple processes can query and manipulate these.

0 commit comments

Comments
 (0)