Interface RuntimeDiscoveryService.BlockingInterface
-
- Enclosing class:
- RuntimeDiscoveryService
public static interface RuntimeDiscoveryService.BlockingInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeltaDiscoveryResponsedeltaRuntime(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request)DiscoveryResponsefetchRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request)DiscoveryResponsestreamRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request)
-
-
-
Method Detail
-
streamRuntime
DiscoveryResponse streamRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
deltaRuntime
DeltaDiscoveryResponse deltaRuntime(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
fetchRuntime
DiscoveryResponse fetchRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
-