add link from Actor JavaDoc to UntypedActor
This commit is contained in:
parent
6e2c4b9989
commit
632c310e9a
1 changed files with 2 additions and 0 deletions
|
|
@ -369,6 +369,8 @@ object Actor {
|
|||
* `context`. The only abstract method is `receive` which shall return the
|
||||
* initial behavior of the actor as a partial function (behavior can be changed
|
||||
* using `context.become` and `context.unbecome`).
|
||||
*
|
||||
* This is the Scala API (hence the Scala code below), for the Java API see [[akka.actor.UntypedActor]].
|
||||
*
|
||||
* {{{
|
||||
* class ExampleActor extends Actor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue