@@ -194,27 +194,25 @@ This generates the following classes, which contain all the generated code we ne
...
@@ -194,27 +194,25 @@ This generates the following classes, which contain all the generated code we ne
-[`Helloworld.java`](java/src/main/java/ex/grpc/Helloworld.java), which has all the protocol buffer code to populate, serialize, and retrieve our `HelloRequest` and `HelloReply` message types
-[`Helloworld.java`](java/src/main/java/ex/grpc/Helloworld.java), which has all the protocol buffer code to populate, serialize, and retrieve our `HelloRequest` and `HelloReply` message types
-[`GreetingsGrpc.java`](java/src/main/java/ex/grpc/GreetingsGrpc.java), which contains (along with some other useful code):
-[`GreetingsGrpc.java`](java/src/main/java/ex/grpc/GreetingsGrpc.java), which contains (along with some other useful code):
- an interface for `Greetings` servers to implement
- an interface for `Greetings` servers to implement
```
```java
public static interface Greetings {
public static interface Greetings {
public void hello(ex.grpc.Helloworld.HelloRequest request,
public void hello(ex.grpc.Helloworld.HelloRequest request,