Fail actor creation if mailbox doesn't conform to required type. See #3237
This commit is contained in:
parent
7094daf313
commit
9fd42c7cab
9 changed files with 43 additions and 37 deletions
|
|
@ -238,7 +238,7 @@ a dispatcher with a specified mailbox type, then that will override this mapping
|
|||
.. note::
|
||||
|
||||
The type of the queue in the mailbox created for an actor will be checked against the required type in the
|
||||
interface and if the queue doesn't implement the required type an error will be logged.
|
||||
interface and if the queue doesn't implement the required type then actor creation will fail.
|
||||
|
||||
|
||||
Mailbox configuration precedence
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ a dispatcher with a specified mailbox type, then that will override this mapping
|
|||
.. note::
|
||||
|
||||
The type of the queue in the mailbox created for an actor will be checked against the required type in the
|
||||
trait and if the queue doesn't implement the required type an error will be logged.
|
||||
trait and if the queue doesn't implement the required type then actor creation will fail.
|
||||
|
||||
|
||||
Mailbox configuration precedence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue