Minor edits
This commit is contained in:
parent
06687080b1
commit
9d2ab2e714
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ Our example implementation of that interface:
|
||||||
:exclude: typed-actor-impl-methods
|
:exclude: typed-actor-impl-methods
|
||||||
|
|
||||||
The most trivial way of creating a Typed Actor instance
|
The most trivial way of creating a Typed Actor instance
|
||||||
of our Squarer:
|
of our ``Squarer``:
|
||||||
|
|
||||||
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
|
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
|
||||||
:include: typed-actor-create1
|
:include: typed-actor-create1
|
||||||
|
|
@ -132,7 +132,7 @@ This call is asynchronous, and the Future returned can be used for asynchronous
|
||||||
Stopping Typed Actors
|
Stopping Typed Actors
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Since Akkas Typed Actors are backed by Akka Actors they must be stopped when they aren't needed anymore.
|
Since Akka's Typed Actors are backed by Akka Actors they must be stopped when they aren't needed anymore.
|
||||||
|
|
||||||
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
|
.. includecode:: code/akka/docs/actor/TypedActorDocTestBase.java
|
||||||
:include: typed-actor-stop
|
:include: typed-actor-stop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue