Merge pull request #23523 from jlprat/fix-broken-link-actor-docs
=doc Transform broken link to ActorNotFound to inline code #23517
This commit is contained in:
commit
2f712cceeb
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ You can also acquire an `ActorRef` for an `ActorSelection` with
|
||||||
the `resolveOne` method of the `ActorSelection`. It returns a `Future`
|
the `resolveOne` method of the `ActorSelection`. It returns a `Future`
|
||||||
of the matching `ActorRef` if such an actor exists. @java[(see also
|
of the matching `ActorRef` if such an actor exists. @java[(see also
|
||||||
@ref:[Java 8 Compatibility](java8-compat.md) for Java compatibility).] It is completed with
|
@ref:[Java 8 Compatibility](java8-compat.md) for Java compatibility).] It is completed with
|
||||||
failure [[akka.actor.ActorNotFound]] if no such actor exists or the identification
|
failure `akka.actor.ActorNotFound` if no such actor exists or the identification
|
||||||
didn't complete within the supplied `timeout`.
|
didn't complete within the supplied `timeout`.
|
||||||
|
|
||||||
Remote actor addresses may also be looked up, if @ref:[remoting](remoting.md) is enabled:
|
Remote actor addresses may also be looked up, if @ref:[remoting](remoting.md) is enabled:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue