public static final class EndpointDiscoveryService.Stub extends EndpointDiscoveryService implements EndpointDiscoveryService.Interface
EndpointDiscoveryService.BlockingInterface, EndpointDiscoveryService.Interface, EndpointDiscoveryService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
deltaEndpoints(com.google.protobuf.RpcController controller,
DeltaDiscoveryRequest request,
com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)
rpc DeltaEndpoints(stream .envoy.service.discovery.v3.DeltaDiscoveryRequest) returns (stream .envoy.service.discovery.v3.DeltaDiscoveryResponse); |
void |
fetchEndpoints(com.google.protobuf.RpcController controller,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<DiscoveryResponse> done)
rpc FetchEndpoints(.envoy.service.discovery.v3.DiscoveryRequest) returns (.envoy.service.discovery.v3.DiscoveryResponse) { ... } |
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamEndpoints(com.google.protobuf.RpcController controller,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<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,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<DiscoveryResponse> done)
EndpointDiscoveryServiceThe resource_names field in DiscoveryRequest specifies a list of clusters to subscribe to updates for.
rpc StreamEndpoints(stream .envoy.service.discovery.v3.DiscoveryRequest) returns (stream .envoy.service.discovery.v3.DiscoveryResponse);streamEndpoints in interface EndpointDiscoveryService.InterfacestreamEndpoints in class EndpointDiscoveryServicepublic void deltaEndpoints(com.google.protobuf.RpcController controller,
DeltaDiscoveryRequest request,
com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)
EndpointDiscoveryServicerpc DeltaEndpoints(stream .envoy.service.discovery.v3.DeltaDiscoveryRequest) returns (stream .envoy.service.discovery.v3.DeltaDiscoveryResponse);deltaEndpoints in interface EndpointDiscoveryService.InterfacedeltaEndpoints in class EndpointDiscoveryServicepublic void fetchEndpoints(com.google.protobuf.RpcController controller,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<DiscoveryResponse> done)
EndpointDiscoveryServicerpc FetchEndpoints(.envoy.service.discovery.v3.DiscoveryRequest) returns (.envoy.service.discovery.v3.DiscoveryResponse) { ... }fetchEndpoints in interface EndpointDiscoveryService.InterfacefetchEndpoints in class EndpointDiscoveryServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.