Package io.grpc.examples.helloworld
Class Greeter2Grpc.Greeter2ImplBase
- java.lang.Object
-
- io.grpc.examples.helloworld.Greeter2Grpc.Greeter2ImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,Greeter2Grpc.AsyncService
- Enclosing class:
- Greeter2Grpc
public abstract static class Greeter2Grpc.Greeter2ImplBase extends java.lang.Object implements io.grpc.BindableService, Greeter2Grpc.AsyncService
Base class for the server implementation of the service Greeter2.The greeting service definition.
-
-
Constructor Summary
Constructors Constructor Description Greeter2ImplBase()
-
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.Greeter2Grpc.AsyncService
sayHello
-
-