Package io.grpc.testing.integration
Class ReconnectServiceGrpc.ReconnectServiceImplBase
- java.lang.Object
-
- io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,ReconnectServiceGrpc.AsyncService
- Enclosing class:
- ReconnectServiceGrpc
public abstract static class ReconnectServiceGrpc.ReconnectServiceImplBase extends java.lang.Object implements io.grpc.BindableService, ReconnectServiceGrpc.AsyncService
Base class for the server implementation of the service ReconnectService.A service used to control reconnect server.
-
-
Constructor Summary
Constructors Constructor Description ReconnectServiceImplBase()
-
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.ReconnectServiceGrpc.AsyncService
start, stop
-
-