Class AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase
- java.lang.Object
-
- io.envoyproxy.envoy.service.discovery.v3.AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase
-
- All Implemented Interfaces:
AggregatedDiscoveryServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AggregatedDiscoveryServiceGrpc
public abstract static class AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase extends java.lang.Object implements io.grpc.BindableService, AggregatedDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service AggregatedDiscoveryService.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.
-
-
Constructor Summary
Constructors Constructor Description AggregatedDiscoveryServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.envoyproxy.envoy.service.discovery.v3.AggregatedDiscoveryServiceGrpc.AsyncService
deltaAggregatedResources, streamAggregatedResources
-
-