Interface AggregatedDiscoveryService.BlockingInterface
-
- Enclosing class:
- AggregatedDiscoveryService
public static interface AggregatedDiscoveryService.BlockingInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaDiscoveryResponsedeltaAggregatedResources(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request)DiscoveryResponsestreamAggregatedResources(com.google.protobuf.RpcController controller, DiscoveryRequest request)
-
-
-
Method Detail
-
streamAggregatedResources
DiscoveryResponse streamAggregatedResources(com.google.protobuf.RpcController controller, DiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
deltaAggregatedResources
DeltaDiscoveryResponse deltaAggregatedResources(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
-