Update README.md

This commit is contained in:
LisaFC 2015-02-25 17:27:56 +00:00
parent e57383af83
commit 43a0eb0a99
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ As you can see, the class `GreeterImpl` implements the interface
}
```
- `hello` takes two parameters:
-`Helloworld.HelloRequest`: the request
-`StreamObserver<Helloworld.HelloReply>`: a response observer, which is
a special interface for the server to call with its response