1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update rpc-intro.md

This commit is contained in:
15168387900 2022-12-13 17:45:58 +08:00 committed by GitHub
parent 7673b7d2a5
commit 23e7270f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ tag:
## RPC 的原理是什么?
为了能够帮助小伙伴们理解 RPC 原理,我们可以将整个 RPC的 核心功能看作是下面👇 6 个部分实现的:
为了能够帮助小伙伴们理解 RPC 原理,我们可以将整个 RPC的 核心功能看作是下面👇 5 个部分实现的:
1. **客户端(服务消费端)** :调用远程方法的一端。