Interface AggregatedDiscoveryServiceGrpc.AsyncService

All Known Implementing Classes:
AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase
Enclosing class:
AggregatedDiscoveryServiceGrpc

public static interface AggregatedDiscoveryServiceGrpc.AsyncService
 See https://github.com/envoyproxy/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.
 
  • Method Details

    • streamAggregatedResources

      default io.grpc.stub.StreamObserver<DiscoveryRequest> streamAggregatedResources(io.grpc.stub.StreamObserver<DiscoveryResponse> responseObserver)
       This is a gRPC-only API.
       
    • deltaAggregatedResources

      default io.grpc.stub.StreamObserver<DeltaDiscoveryRequest> deltaAggregatedResources(io.grpc.stub.StreamObserver<DeltaDiscoveryResponse> responseObserver)