Class: MessageDispatcher

MessageDispatcher

MessageDispatcher handles the actual delivery of messages to Concerns from their MailBox.

new MessageDispatcher(concern)

mailbox/MessageDispatcher.js, line 8
Name Type Description
concern Concern

Methods

onEnqueue(box)

mailbox/MailBox.js, line 51

onEnqueue is called when a new item has been enqueued by the MailBox.

Name Type Description
box MailBox