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

Merge pull request #1885 from 15168387900/patch-3

Update rpc-intro.md
This commit is contained in:
Guide 2022-12-13 20:33:43 +08:00 committed by GitHub
commit 0c5f2ed756
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. **客户端(服务消费端)** :调用远程方法的一端。