Package io.grpc.examples.helloworld
Class GreeterGrpc.GreeterImplBase
- java.lang.Object
-
- io.grpc.examples.helloworld.GreeterGrpc.GreeterImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,GreeterGrpc.AsyncService
- Enclosing class:
- GreeterGrpc
public abstract static class GreeterGrpc.GreeterImplBase extends java.lang.Object implements io.grpc.BindableService, GreeterGrpc.AsyncService
Base class for the server implementation of the service Greeter.The greeting service definition.
-
-
Constructor Summary
Constructors Constructor Description GreeterImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.grpc.examples.helloworld.GreeterGrpc.AsyncService
sayHello
-
-