HelloResponse --> HelloReply
parent
1237bc8b31
commit
1c2a363e0f
|
@ -24,7 +24,7 @@ For example, consider the *greet.proto* file used in [Get started with gRPC serv
|
||||||
|
|
||||||
* Defines a `Greeter` service.
|
* Defines a `Greeter` service.
|
||||||
* The `Greeter` service defines a `SayHello` call.
|
* The `Greeter` service defines a `SayHello` call.
|
||||||
* `SayHello` sends a `HelloRequest` message and receives a `HelloResponse` message:
|
* `SayHello` sends a `HelloRequest` message and receives a `HelloReply` message:
|
||||||
|
|
||||||
[!code-protobuf[](~/tutorials//grpc/grpc-start/sample/GrpcGreeter/Protos/greet.proto)]
|
[!code-protobuf[](~/tutorials//grpc/grpc-start/sample/GrpcGreeter/Protos/greet.proto)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue