move deadLetterMailbox into Mailboxes and fix review comments, see #3342
This commit is contained in:
parent
141656a054
commit
20eb28a03c
13 changed files with 72 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue