fix specs2 samples so they system.shutdown
This commit is contained in:
parent
dc17bba62f
commit
24f6406634
5 changed files with 22 additions and 15 deletions
|
|
@ -163,7 +163,7 @@ Typed Actor Hierarchies
|
|||
Since you can obtain a contextual Typed Actor Extension by passing in an ``ActorContext``
|
||||
you can create child Typed Actors by invoking ``typedActorOf(..)`` on that.
|
||||
|
||||
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
|
||||
.. includecode:: code/docs/actor/TypedActorDocTestBase.java
|
||||
:include: typed-actor-hierarchy
|
||||
|
||||
You can also create a child Typed Actor in regular Akka Actors by giving the ``UntypedActorContext``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue