Merge pull request #1378 from akka/wip-3273-enforce-mailbox-types-on-system-actors-ban
Enforce mailbox types on System actors. #3273
This commit is contained in:
commit
459e3e3720
27 changed files with 123 additions and 49 deletions
|
|
@ -733,6 +733,12 @@ actor's state which have the same property. The :class:`Stash` trait’s
|
|||
implementation of :meth:`preRestart` will call ``unstashAll()``, which is
|
||||
usually the desired behavior.
|
||||
|
||||
.. note::
|
||||
|
||||
If you want to enforce that your actor can only work with an unbounded stash,
|
||||
then you should use the ``UntypedActorWithUnboundedStash`` class instead.
|
||||
|
||||
|
||||
.. _killing-actors-java:
|
||||
|
||||
Killing an Actor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue