This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b50d79ceea Update protocol.md (#2704)
b50d79ceea is described below

commit b50d79ceea0d3561b22896e65af432f4acd6eb01
Author: Anonymity <[email protected]>
AuthorDate: Wed Jun 28 20:12:52 2023 +0800

    Update protocol.md (#2704)
---
 .../mannual/java-sdk/reference-manual/spi/description/protocol.md   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/spi/description/protocol.md
 
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/spi/description/protocol.md
index 6e5195784a..54a209b69f 100644
--- 
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/spi/description/protocol.md
+++ 
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/spi/description/protocol.md
@@ -23,10 +23,10 @@ RPC 协议扩展,封装远程调用细节。
 * 当用户调用 `refer()` 所返回的 `Invoker` 对象的 `invoke()` 方法时,协议需相应执行同 URL 远端 `export()` 
传入的 `Invoker` 对象的 `invoke()` 方法。
 * 其中,`refer()` 返回的 `Invoker` 由协议实现,协议通常需要在此 `Invoker` 中发送远程请求,`export()` 传入的 
`Invoker` 由框架实现并传入,协议不需要关心。
 
-注意:
-
+{{% alert title="注意" color="primary" %}}
 * 协议不关心业务接口的透明代理,以 `Invoker` 为中心,由外层将 `Invoker` 转换为业务接口。
 * 协议不一定要是 TCP 网络通讯,比如通过共享文件,IPC 进程间通讯等。
+{{% /alert %}}
 
 ## 扩展接口
 
@@ -164,4 +164,4 @@ META-INF/dubbo/org.apache.dubbo.rpc.Protocol:
 
 ```properties
 xxx=com.xxx.XxxProtocol
-```
\ No newline at end of file
+```

Reply via email to