+act #3529 Add convenience helper for looking up an actor by identity

* ActorSelection.resolveOne
This commit is contained in:
Patrik Nordwall 2013-08-23 09:07:38 +02:00
parent 7f3b56d0a6
commit 37c4053b29
9 changed files with 109 additions and 6 deletions

View file

@ -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>
*