public static final class Eds.EndpointDiscoveryService.Stub extends Eds.EndpointDiscoveryService implements Eds.EndpointDiscoveryService.Interface
Eds.EndpointDiscoveryService.BlockingInterface, Eds.EndpointDiscoveryService.Interface, Eds.EndpointDiscoveryService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
fetchEndpoints(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
rpc FetchEndpoints(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... } |
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamEndpoints(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
The resource_names field in DiscoveryRequest specifies a list of clusters
to subscribe to updates for.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamEndpoints(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
Eds.EndpointDiscoveryServiceThe resource_names field in DiscoveryRequest specifies a list of clusters to subscribe to updates for.
rpc StreamEndpoints(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);streamEndpoints in interface Eds.EndpointDiscoveryService.InterfacestreamEndpoints in class Eds.EndpointDiscoveryServicepublic void fetchEndpoints(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
Eds.EndpointDiscoveryServicerpc FetchEndpoints(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... }fetchEndpoints in interface Eds.EndpointDiscoveryService.InterfacefetchEndpoints in class Eds.EndpointDiscoveryServiceCopyright © 2018 The Envoy Project. All rights reserved.