Update README.md
This commit is contained in:
parent
43a0eb0a99
commit
a25a42b4b7
|
|
@ -320,9 +320,8 @@ As you can see, the class `GreeterImpl` implements the interface
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- `hello` takes two parameters:
|
- `hello` takes two parameters:
|
||||||
|
- `Helloworld.HelloRequest`: the request
|
||||||
-`Helloworld.HelloRequest`: the request
|
- `StreamObserver<Helloworld.HelloReply>`: a response observer, which is
|
||||||
-`StreamObserver<Helloworld.HelloReply>`: a response observer, which is
|
|
||||||
a special interface for the server to call with its response
|
a special interface for the server to call with its response
|
||||||
|
|
||||||
To return our response to the client and complete the call:
|
To return our response to the client and complete the call:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue