Renames method and service name
This commit is contained in:
parent
c1ee3824b4
commit
c5a093c784
|
|
@ -34,9 +34,9 @@ option java_package = "ex.grpc";
|
|||
package helloworld;
|
||||
|
||||
// The greeting service definition.
|
||||
service Greetings {
|
||||
service Greeter {
|
||||
// Sends a greeting
|
||||
rpc hello (HelloRequest) returns (HelloReply) {}
|
||||
rpc sayHello (HelloRequest) returns (HelloReply) {}
|
||||
}
|
||||
|
||||
// The request message containing the user's name.
|
||||
|
|
|
|||
Loading…
Reference in New Issue