Package io.grpc.testing.integration
Class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase
- java.lang.Object
-
- io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,XdsUpdateHealthServiceGrpc.AsyncService
- Enclosing class:
- XdsUpdateHealthServiceGrpc
public abstract static class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase extends java.lang.Object implements io.grpc.BindableService, XdsUpdateHealthServiceGrpc.AsyncService
Base class for the server implementation of the service XdsUpdateHealthService.A service to remotely control health status of an xDS test server.
-
-
Constructor Summary
Constructors Constructor Description XdsUpdateHealthServiceImplBase()
-
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.XdsUpdateHealthServiceGrpc.AsyncService
setNotServing, setServing
-
-