public static final class HealthGrpc.HealthFutureStub extends io.grpc.stub.AbstractFutureStub<HealthGrpc.HealthFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected HealthGrpc.HealthFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> |
check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status
NOT_FOUND.
|
protected HealthGrpc.HealthFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<HealthGrpc.HealthFutureStub>public com.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status NOT_FOUND.