Changed so that the configured FQCN of the mailboxType must be a MailboxType, not the Mailbox. See #1458
This commit is contained in:
parent
6eb7e1d438
commit
c4401f1ca8
17 changed files with 71 additions and 50 deletions
|
|
@ -23,7 +23,7 @@ object DurableMailboxDocSpec {
|
|||
val config = """
|
||||
//#dispatcher-config
|
||||
my-dispatcher {
|
||||
mailboxType = akka.actor.mailbox.FileBasedMailbox
|
||||
mailboxType = akka.actor.mailbox.FileBasedMailboxType
|
||||
}
|
||||
//#dispatcher-config
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue