Initial commit
This commit is contained in:
11
src/main/java/fr/istic/grpc/echo/EchoClient.java
Normal file
11
src/main/java/fr/istic/grpc/echo/EchoClient.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package fr.istic.grpc.echo;
|
||||
|
||||
import com.google.rpc.context.AttributeContext.*;
|
||||
import fr.istic.grpc.echo.Echo.*;
|
||||
import fr.istic.grpc.echo.EchoServiceGrpc.*;
|
||||
import io.grpc.*;
|
||||
|
||||
public class EchoClient {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user