add a few cross references to remoting docs
This commit is contained in:
parent
17125af571
commit
1c770a2409
4 changed files with 11 additions and 2 deletions
|
|
@ -54,6 +54,8 @@ As you can see from the example above the following pattern is used to find an `
|
|||
|
||||
akka://<actorsystemname>@<hostname>:<port>/<actor path>
|
||||
|
||||
For more details on how actor addresses and paths are formed and used, please refer to :ref:`addressing`.
|
||||
|
||||
Creating Actors Remotely
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -225,8 +225,10 @@ Remote actor addresses may also be looked up, if remoting is enabled::
|
|||
|
||||
These look-ups return a (possibly remote) actor reference immediately, so you
|
||||
will have to send to it and await a reply in order to verify that ``serviceB``
|
||||
is actually reachable and running.
|
||||
is actually reachable and running. An example demonstrating actor look-up is
|
||||
given in :ref:`remote-lookup-sample` (Scala only for the time being).
|
||||
|
||||
.. FIXME make Java sample and link to it
|
||||
|
||||
Messages and immutability
|
||||
=========================
|
||||
|
|
|
|||
|
|
@ -258,7 +258,8 @@ Remote actor addresses may also be looked up, if remoting is enabled::
|
|||
|
||||
These look-ups return a (possibly remote) actor reference immediately, so you
|
||||
will have to send to it and await a reply in order to verify that ``serviceB``
|
||||
is actually reachable and running.
|
||||
is actually reachable and running. An example demonstrating actor look-up is
|
||||
given in :ref:`remote-lookup-sample`.
|
||||
|
||||
Messages and immutability
|
||||
=========================
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ As you can see from the example above the following pattern is used to find an `
|
|||
|
||||
akka://<actorsystemname>@<hostname>:<port>/<actor path>
|
||||
|
||||
For more details on how actor addresses and paths are formed and used, please refer to :ref:`addressing`.
|
||||
|
||||
Creating Actors Remotely
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
@ -123,6 +125,8 @@ This enables the remoting by installing the :class:`RemoteActorRefProvider` and
|
|||
chooses the default remote transport. All other options will be set
|
||||
specifically for each show case.
|
||||
|
||||
.. _remote-lookup-sample:
|
||||
|
||||
Remote Lookup
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue