Merge pull request #21329 from akka/wip-docs
=doc fix getStageActor docs typo (remove "not")
This commit is contained in:
commit
42a25609c1
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ abstract class GraphStageLogic private[stream] (val inCount: Int, val outCount:
|
|||
* The messages are looped through the [[getAsyncCallback]] mechanism of [[GraphStage]] so they are safe to modify
|
||||
* internal state of this stage.
|
||||
*
|
||||
* This method must not (the earliest) be called after the [[GraphStageLogic]] constructor has finished running,
|
||||
* This method must (the earliest) be called after the [[GraphStageLogic]] constructor has finished running,
|
||||
* for example from the [[preStart]] callback the graph stage logic provides.
|
||||
*
|
||||
* Created [[StageActorRef]] to get messages and watch other actors in synchronous way.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue