image centering
This commit is contained in:
parent
5ad00bed86
commit
d4ce5240ba
1 changed files with 6 additions and 2 deletions
|
|
@ -109,9 +109,13 @@ To see how this works in more detail, let's introduce a small example consisting
|
|||
In this example, when you need information about a user, you send a request message to `UserProxyActor`,
|
||||
then it gets the corresponding result from the appropriate backend actor based on the request message type.
|
||||
|
||||

|
||||
<p align="center">
|
||||
<img src="images/futures-pipeto1.png">
|
||||
</p>
|
||||
|
||||

|
||||
<p align="center">
|
||||
<img src="images/futures-pipeto2.png">
|
||||
</p>
|
||||
|
||||
The message types you send to `UserProxyActor` are `GetUserData` and `GetUserActivities`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue