[doc] typo, add missing response (#28287)
This commit is contained in:
parent
9712db7b48
commit
409f3a541b
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ Java
|
|||
## Send Future result to self
|
||||
|
||||
When using an API that returns a @scala[`Future`]@java[`CompletionStage`] from an actor it's common that you would
|
||||
like to use the value of the in the actor when the @scala[`Future`]@java[`CompletionStage`] is completed. For
|
||||
like to use the value of the response in the actor when the @scala[`Future`]@java[`CompletionStage`] is completed. For
|
||||
this purpose the `ActorContext` provides a `pipeToSelf` method.
|
||||
|
||||
**Example:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue