public static final class ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub extends io.grpc.stub.AbstractStub<ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub>
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.
| Modifier and Type | Method and Description |
|---|---|
protected ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ClientStatusResponse> |
fetchClientStatus(ClientStatusRequest request) |
protected ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<ClientStatusResponse> fetchClientStatus(ClientStatusRequest request)
Copyright © 2018–2021 The Envoy Project. All rights reserved.