Package proto.rpc.examples.echo.v1
Class EchoServiceGrpc.EchoServiceImplBase
java.lang.Object
proto.rpc.examples.echo.v1.EchoServiceGrpc.EchoServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,EchoServiceGrpc.AsyncService
- Enclosing class:
- EchoServiceGrpc
public abstract static class EchoServiceGrpc.EchoServiceImplBase
extends Object
implements io.grpc.BindableService, EchoServiceGrpc.AsyncService
Base class for the server implementation of the service EchoService.
-
Constructor Details
-
EchoServiceImplBase
public EchoServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-