Package io.envoyproxy.envoy.api.v2
Class ClusterDiscoveryServiceGrpc
java.lang.Object
io.envoyproxy.envoy.api.v2.ClusterDiscoveryServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.62.2)",
comments="Source: envoy/api/v2/cds.proto")
public final class ClusterDiscoveryServiceGrpc
extends Object
Return list of all clusters this proxy will load balance to.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceReturn list of all clusters this proxy will load balance to.static final classA stub to allow clients to do synchronous rpc calls to service ClusterDiscoveryService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ClusterDiscoveryService.static classBase class for the server implementation of the service ClusterDiscoveryService.static final classA stub to allow clients to do asynchronous rpc calls to service ClusterDiscoveryService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getStreamClustersMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getStreamClustersMethod() -
getDeltaClustersMethod
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaClustersMethod() -
getFetchClustersMethod
-
newStub
public static ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ClusterDiscoveryServiceGrpc.ClusterDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ClusterDiscoveryServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-