Class ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.status.v3.ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
- All Implemented Interfaces:
ClientStatusDiscoveryServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
CsdsService.CsdsServiceInternal
- Enclosing class:
ClientStatusDiscoveryServiceGrpc
public abstract static class ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
extends Object
implements io.grpc.BindableService, ClientStatusDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service ClientStatusDiscoveryService.
CSDS is Client Status Discovery Service. It can be used to get the status of an xDS-compliant client from the management server's point of view. It can also be used to get the current xDS states directly from the client.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.envoyproxy.envoy.service.status.v3.ClientStatusDiscoveryServiceGrpc.AsyncService
fetchClientStatus, streamClientStatus
-
Constructor Details
-
ClientStatusDiscoveryServiceImplBase
public ClientStatusDiscoveryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-