Changes for page Версія 6: Налаштування
Last modified by Ashterix on 2024/07/11 10:08
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -161,7 +161,7 @@ 161 161 162 162 = Block {{code language="none"}}async{{/code}} = 163 163 164 -This block is for configuring [[asynchronous transport>>doc:.functionality.async.WebHome]]. 164 +This block is for configuring [[asynchronous transport>>doc:docs.JsonRpcBundle.functionality.async.WebHome]]. 165 165 166 166 Add the parameter {{code language="none"}}rpc_async{{/code}} which contains a string in DSN format. This string is the configuration for [[Symfony Messenger>>https://symfony.com/doc/current/messenger.html]], and it points to the asynchronous transport where the RPC Server will be waiting for incoming requests if you have a consumer running ({{code language="none"}}php bin/console messenger:consume rpc_async{{/code}}). For a more detailed understanding of this process, read the [[Symfony Messenger documentation>>https://symfony.com/doc/current/messenger.html]]. 167 167 ... ... @@ -292,7 +292,7 @@ 292 292 (% class="box infomessage" %) 293 293 ((( 294 294 In this example, I removed the content of the objects symfony_assertions to simplify the example. 295 -For more information on method validation, see the page **[[Validate procedures>>doc:.add_rpc_service.assertions.WebHome]]** 295 +For more information on method validation, see the page **[[Validate procedures>>doc:docs.JsonRpcBundle.add_rpc_service.assertions.WebHome]]** 296 296 ))) 297 297 298 298 {{code language="json" layout="LINENUMBERS" title="GET: /api"}}