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 java.lang.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 Constructor Description ClientStatusDiscoveryServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
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
-
-