public static final class AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub extends io.grpc.stub.AbstractStub<AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub>
See https://github.com/lyft/envoy-api#apis for a description of the role of ADS and how it is intended to be used by a management server. ADS requests have the same structure as their singleton xDS counterparts, but can multiplex many resource types on a single stream. The type_url in the DiscoveryRequest/DiscoveryResponse provides sufficient information to recover the multiplexed singleton APIs at the Envoy instance and management server.
| Modifier and Type | Method and Description |
|---|---|
protected AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<DeltaDiscoveryRequest> |
deltaAggregatedResources(io.grpc.stub.StreamObserver<DeltaDiscoveryResponse> responseObserver) |
io.grpc.stub.StreamObserver<DiscoveryRequest> |
streamAggregatedResources(io.grpc.stub.StreamObserver<DiscoveryResponse> responseObserver)
This is a gRPC-only API.
|
protected AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub>public io.grpc.stub.StreamObserver<DiscoveryRequest> streamAggregatedResources(io.grpc.stub.StreamObserver<DiscoveryResponse> responseObserver)
This is a gRPC-only API.
public io.grpc.stub.StreamObserver<DeltaDiscoveryRequest> deltaAggregatedResources(io.grpc.stub.StreamObserver<DeltaDiscoveryResponse> responseObserver)
Copyright © 2018–2021 The Envoy Project. All rights reserved.