importMailboxfrom'./Mailbox';
/**
* Dispatcher provides an API for handling the actual delivery of messages.
* @param {ConcernFactory} factory`
*/classDispatcherextendsMailbox.EnqueueListener {
executeChildError() {}
execute() {}
}
exportdefaultDispatcher