+act #3529 Add convenience helper for looking up an actor by identity
* ActorSelection.resolveOne
This commit is contained in:
parent
7f3b56d0a6
commit
37c4053b29
9 changed files with 109 additions and 6 deletions
|
|
@ -146,6 +146,8 @@ object Patterns {
|
|||
* Register an onComplete callback on this [[scala.concurrent.Future]] to send
|
||||
* the result to the given [[akka.actor.ActorRef]] or [[akka.actor.ActorSelection]].
|
||||
* Returns the original Future to allow method chaining.
|
||||
* If the future was completed with failure it is sent as a [[akka.actor.Status.Failure]]
|
||||
* to the recipient.
|
||||
*
|
||||
* <b>Recommended usage example:</b>
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue