From d4ce5240babbe4296760b7e88b47c366e7ffb2e4 Mon Sep 17 00:00:00 2001 From: Richard Imaoka Date: Thu, 2 Aug 2018 00:14:22 +0900 Subject: [PATCH] image centering --- akka-docs/src/main/paradox/futures.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/paradox/futures.md b/akka-docs/src/main/paradox/futures.md index ba4b851db0..b16050d45c 100644 --- a/akka-docs/src/main/paradox/futures.md +++ b/akka-docs/src/main/paradox/futures.md @@ -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. -![futures-pipeto1](images/futures-pipeto1.png) +

+ +

-![futures-pipeto2](images/futures-pipeto2.png) +

+ +

The message types you send to `UserProxyActor` are `GetUserData` and `GetUserActivities`: