This commit is contained in:
parent
2679be5ae4
commit
514dfd8058
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ To acquire an :class:`ActorRef` for an :class:`ActorSelection` you need to
|
|||
send a message to the selection and use the ``getSender`` reference of the reply from
|
||||
the actor. There is a built-in ``Identify`` message that all Actors will understand
|
||||
and automatically reply to with a ``ActorIdentity`` message containing the
|
||||
:class:`ActorRef`. This can also be done with the ``resolveOne`` method of
|
||||
the :class:`ActorSelection`, which returns a ``Future`` of the matching
|
||||
:class:`ActorRef`. This can also be done with the ``resolveOneCS`` method of
|
||||
the :class:`ActorSelection`, which returns a ``CompletionStage`` of the matching
|
||||
:class:`ActorRef`.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue