public static final class ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub extends io.grpc.stub.AbstractStub<ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub>
Return list of all clusters this proxy will load balance to.
| Modifier and Type | Method and Description |
|---|---|
protected ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
fetchClusters(Discovery.DiscoveryRequest request,
io.grpc.stub.StreamObserver<Discovery.DiscoveryResponse> responseObserver) |
io.grpc.stub.StreamObserver<Discovery.IncrementalDiscoveryRequest> |
incrementalClusters(io.grpc.stub.StreamObserver<Discovery.IncrementalDiscoveryResponse> responseObserver) |
io.grpc.stub.StreamObserver<Discovery.DiscoveryRequest> |
streamClusters(io.grpc.stub.StreamObserver<Discovery.DiscoveryResponse> responseObserver) |
protected ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub>public io.grpc.stub.StreamObserver<Discovery.DiscoveryRequest> streamClusters(io.grpc.stub.StreamObserver<Discovery.DiscoveryResponse> responseObserver)
public io.grpc.stub.StreamObserver<Discovery.IncrementalDiscoveryRequest> incrementalClusters(io.grpc.stub.StreamObserver<Discovery.IncrementalDiscoveryResponse> responseObserver)
public void fetchClusters(Discovery.DiscoveryRequest request, io.grpc.stub.StreamObserver<Discovery.DiscoveryResponse> responseObserver)
Copyright © 2018 The Envoy Project. All rights reserved.