Package io.envoyproxy.envoy.api.v2
Class ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub>
-
- io.envoyproxy.envoy.api.v2.ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub
-
- Enclosing class:
- ClusterDiscoveryServiceGrpc
public static final class ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub>
Return list of all clusters this proxy will load balance to.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DiscoveryResponsefetchClusters(DiscoveryRequest request)
-
-
-
Method Detail
-
build
protected ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub>
-
fetchClusters
public DiscoveryResponse fetchClusters(DiscoveryRequest request)
-
-