Package grpc.health.v1
Class HealthGrpc.HealthFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<HealthGrpc.HealthFutureStub>
-
- grpc.health.v1.HealthGrpc.HealthFutureStub
-
- Enclosing class:
- HealthGrpc
public static final class HealthGrpc.HealthFutureStub extends io.grpc.stub.AbstractFutureStub<HealthGrpc.HealthFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Health.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HealthGrpc.HealthFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse>
check(HealthCheck.HealthCheckRequest request)
-
-
-
Method Detail
-
build
protected HealthGrpc.HealthFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<HealthGrpc.HealthFutureStub>
-
check
public com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse> check(HealthCheck.HealthCheckRequest request)
-
-