=doc fix issue with Graceful Stop (#23478)
* distributed data is on by default * clarify paragraph * add missing space * make sentence shorter * fix grammar * fix issue with graceful stop
This commit is contained in:
parent
efb91ff8c8
commit
74ddb49969
1 changed files with 2 additions and 10 deletions
|
|
@ -1016,18 +1016,10 @@ Java
|
||||||
termination of several actors:
|
termination of several actors:
|
||||||
|
|
||||||
Scala
|
Scala
|
||||||
: @@snip [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #gracefulStop }
|
: @@snip [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #gracefulStop}
|
||||||
|
|
||||||
Java
|
Java
|
||||||
: @@snip [ActorDocTest.java]($code$/java/jdocs/actor/ActorDocTest.java) { #import-gracefulStop #gracefulStop }
|
: @@snip [ActorDocTest.java]($code$/java/jdocs/actor/ActorDocTest.java) { #gracefulStop}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Scala
|
|
||||||
: @@snip [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #gracefulStop-actor }
|
|
||||||
|
|
||||||
Java
|
|
||||||
: @@snip [ActorDocTest.java]($code$/java/jdocs/actor/ActorDocTest.java) { #gracefulStop-actor }
|
|
||||||
|
|
||||||
When `gracefulStop()` returns successfully, the actor’s `postStop()` hook
|
When `gracefulStop()` returns successfully, the actor’s `postStop()` hook
|
||||||
will have been executed: there exists a happens-before edge between the end of
|
will have been executed: there exists a happens-before edge between the end of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue