Fixed a typo
This commit is contained in:
parent
2ff0f1d004
commit
8736fb16f9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ As you can see from the example above the following pattern is used to find an a
|
|||
|
||||
akka.<protocol>://<actor system>@<hostname>:<port>/<actor path>
|
||||
|
||||
Once you obtained a selection to the actor you can interact with it they same way you would with a local actor, e.g.::
|
||||
Once you obtained a selection to the actor you can interact with it in the same way you would with a local actor, e.g.::
|
||||
|
||||
selection ! "Pretty awesome feature"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue