Interface HealthDiscoveryService.BlockingInterface
-
- Enclosing class:
- HealthDiscoveryService
public static interface HealthDiscoveryService.BlockingInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheckSpecifierfetchHealthCheck(com.google.protobuf.RpcController controller, HealthCheckRequestOrEndpointHealthResponse request)HealthCheckSpecifierstreamHealthCheck(com.google.protobuf.RpcController controller, HealthCheckRequestOrEndpointHealthResponse request)
-
-
-
Method Detail
-
streamHealthCheck
HealthCheckSpecifier streamHealthCheck(com.google.protobuf.RpcController controller, HealthCheckRequestOrEndpointHealthResponse request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
fetchHealthCheck
HealthCheckSpecifier fetchHealthCheck(com.google.protobuf.RpcController controller, HealthCheckRequestOrEndpointHealthResponse request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
-