Package com.service.basic.protos
Class BasicControllerGrpc.BasicControllerImplBase
java.lang.Object
com.service.basic.protos.BasicControllerGrpc.BasicControllerImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
BasicControllerGrpc
public abstract static class BasicControllerGrpc.BasicControllerImplBase
extends Object
implements io.grpc.BindableService
The greeting controller definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoiddoSomething(Query request, io.grpc.stub.StreamObserver<ResponseV1> responseObserver) Sends a greeting
-
Constructor Details
-
BasicControllerImplBase
public BasicControllerImplBase()
-
-
Method Details
-
doSomething
Sends a greeting
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-