Package com.bytedesk.core.proto
Class SimpleGrpc.SimpleImplBase
java.lang.Object
com.bytedesk.core.proto.SimpleGrpc.SimpleImplBase
- All Implemented Interfaces:
SimpleGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
GrpcServerService
- Enclosing class:
- SimpleGrpc
public abstract static class SimpleGrpc.SimpleImplBase
extends Object
implements io.grpc.BindableService, SimpleGrpc.AsyncService
Base class for the server implementation of the service Simple.
The greeting service definition.
-
Constructor Details
-
SimpleImplBase
public SimpleImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-