Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Jan 8, 2025
1 parent 9ed9508 commit 09cbc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/java/lets-try-using-the-grpc-java-library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ channel.shutdown();

## 스텁 stub

**"메소드 스텁(method stub) 혹은 간단히 스텁은 소프트웨어 개발에 쓰이고 다른 프로그래밍 기능을 대리하는 코드이다"
서버에 있는 함수가 Client에는 없으니까 `서버의 함수를 호출하듯이 서버 함수를 대신해주는 대신맨` **
**메소드 스텁(method stub)** 혹은 간단히 스텁은 소프트웨어 개발에 쓰이고 다른 프로그래밍 기능을 대리하는 코드이다"
서버에 있는 함수가 Client에는 없으니까 `서버의 함수를 호출하듯이 서버 함수를 대신해주는 대신맨`


### 동기 스텁 (blocking stub)
Expand Down

0 comments on commit 09cbc97

Please sign in to comment.