Interface EndpointDiscoveryService.BlockingInterface
-
- Enclosing class:
- EndpointDiscoveryService
public static interface EndpointDiscoveryService.BlockingInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaDiscoveryResponsedeltaEndpoints(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request)DiscoveryResponsefetchEndpoints(com.google.protobuf.RpcController controller, DiscoveryRequest request)DiscoveryResponsestreamEndpoints(com.google.protobuf.RpcController controller, DiscoveryRequest request)
-
-
-
Method Detail
-
streamEndpoints
DiscoveryResponse streamEndpoints(com.google.protobuf.RpcController controller, DiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
deltaEndpoints
DeltaDiscoveryResponse deltaEndpoints(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
fetchEndpoints
DiscoveryResponse fetchEndpoints(com.google.protobuf.RpcController controller, DiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
-