Package io.grpc.testing.integration
Class TestServiceGrpc.TestServiceImplBase
- java.lang.Object
-
- io.grpc.testing.integration.TestServiceGrpc.TestServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,TestServiceGrpc.AsyncService
- Enclosing class:
- TestServiceGrpc
public abstract static class TestServiceGrpc.TestServiceImplBase extends java.lang.Object implements io.grpc.BindableService, TestServiceGrpc.AsyncService
Base class for the server implementation of the service TestService.A simple service to test the various types of RPCs and experiment with performance with various types of payload.
-
-
Constructor Summary
Constructors Constructor Description TestServiceImplBase()
-
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.integration.TestServiceGrpc.AsyncService
cacheableUnaryCall, emptyCall, fullDuplexCall, halfDuplexCall, streamingInputCall, streamingOutputCall, unaryCall, unimplementedCall
-
-