Class EchoResourceServiceGrpc.EchoResourceServiceImplBase
java.lang.Object
proto.rpc.examples.echoresource.v1.EchoResourceServiceGrpc.EchoResourceServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,EchoResourceServiceGrpc.AsyncService
- Enclosing class:
- EchoResourceServiceGrpc
public abstract static class EchoResourceServiceGrpc.EchoResourceServiceImplBase
extends Object
implements io.grpc.BindableService, EchoResourceServiceGrpc.AsyncService
Base class for the server implementation of the service EchoResourceService.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface proto.rpc.examples.echoresource.v1.EchoResourceServiceGrpc.AsyncService
echoResource, echoResourceBiDi, echoResourceMultiple
-
Constructor Details
-
EchoResourceServiceImplBase
public EchoResourceServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-