move deadLetterMailbox into Mailboxes and fix review comments, see #3342

This commit is contained in:
Roland 2013-06-03 11:41:11 +02:00
parent 141656a054
commit 20eb28a03c
13 changed files with 72 additions and 46 deletions

View file

@ -79,8 +79,8 @@ dispatcher which will execute it. Then the mailbox is determined as follows:
6. The default mailbox ``akka.actor.default-mailbox`` will be used.
Which Configuration is pass to the Mailbox Type
-----------------------------------------------
Which Configuration is passed to the Mailbox Type
-------------------------------------------------
Each mailbox type is implemented by a class which extends :class:`MailboxType`
and takes two constructor arguments: a :class:`ActorSystem.Settings` object and