Package io.grpc.testing.protobuf
Class SimpleServiceGrpc.SimpleServiceImplBase
- java.lang.Object
-
- io.grpc.testing.protobuf.SimpleServiceGrpc.SimpleServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,SimpleServiceGrpc.AsyncService
- Enclosing class:
- SimpleServiceGrpc
public abstract static class SimpleServiceGrpc.SimpleServiceImplBase extends Object implements io.grpc.BindableService, SimpleServiceGrpc.AsyncService
Base class for the server implementation of the service SimpleService.A simple service for test.
-
-
Constructor Summary
Constructors Constructor Description SimpleServiceImplBase()
-
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.testing.protobuf.SimpleServiceGrpc.AsyncService
bidiStreamingRpc, clientStreamingRpc, serverStreamingRpc, unaryRpc
-
-