Package io.grpc.testing.integration
Class UnimplementedServiceGrpc.UnimplementedServiceImplBase
- java.lang.Object
-
- io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,UnimplementedServiceGrpc.AsyncService
- Enclosing class:
- UnimplementedServiceGrpc
public abstract static class UnimplementedServiceGrpc.UnimplementedServiceImplBase extends java.lang.Object implements io.grpc.BindableService, UnimplementedServiceGrpc.AsyncService
Base class for the server implementation of the service UnimplementedService.A simple service NOT implemented at servers so clients can test for that case.
-
-
Constructor Summary
Constructors Constructor Description UnimplementedServiceImplBase()
-
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.UnimplementedServiceGrpc.AsyncService
unimplementedCall
-
-