| Package | Description |
|---|---|
| io.grpc.health.v1 |
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<HealthCheckRequest,HealthCheckResponse> |
HealthGrpc.getCheckMethod() |
Parser<HealthCheckRequest> |
HealthCheckRequest.getParserForType() |
static MethodDescriptor<HealthCheckRequest,HealthCheckResponse> |
HealthGrpc.getWatchMethod() |
static Parser<HealthCheckRequest> |
HealthCheckRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse |
HealthGrpc.HealthBlockingStub.check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
com.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> |
HealthGrpc.HealthFutureStub.check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
void |
HealthGrpc.HealthImplBase.check(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
void |
HealthGrpc.HealthStub.check(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
HealthCheckRequest.Builder |
HealthCheckRequest.Builder.mergeFrom(HealthCheckRequest other) |
static HealthCheckRequest.Builder |
HealthCheckRequest.newBuilder(HealthCheckRequest prototype) |
Iterator<HealthCheckResponse> |
HealthGrpc.HealthBlockingStub.watch(HealthCheckRequest request)
Performs a watch for the serving status of the requested service.
|
void |
HealthGrpc.HealthImplBase.watch(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.
|
void |
HealthGrpc.HealthStub.watch(HealthCheckRequest request,
StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.
|