Fix grammatical error (#28958)
This commit is contained in:
parent
007aa0f710
commit
9682a81b3f
1 changed files with 2 additions and 2 deletions
|
|
@ -251,8 +251,8 @@ Links to reference documentation:
|
||||||
|
|
||||||
## Stopping
|
## Stopping
|
||||||
|
|
||||||
Classic actors can be stopped with the `stop` method of `ActorContext` or `ActorSystem`. In Typed an actor is
|
Classic actors can be stopped with the `stop` method of `ActorContext` or `ActorSystem`. In Typed an actor stops
|
||||||
stopping itself by returning `Behaviors.stopped`. There is also a `stop` method in the `ActorContext` but it
|
itself by returning `Behaviors.stopped`. There is also a `stop` method in the `ActorContext` but it
|
||||||
can only be used for stopping direct child actors and not any arbitrary actor.
|
can only be used for stopping direct child actors and not any arbitrary actor.
|
||||||
|
|
||||||
`PoisonPill` is not supported in Typed. Instead, if you need to request an actor to stop you should
|
`PoisonPill` is not supported in Typed. Instead, if you need to request an actor to stop you should
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue