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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HealthGrpc.HealthFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse>check(HealthCheck.HealthCheckRequest request)
 
- 
- 
- 
Method Detail- 
buildprotected HealthGrpc.HealthFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
- buildin class- io.grpc.stub.AbstractStub<HealthGrpc.HealthFutureStub>
 
 - 
checkpublic com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse> check(HealthCheck.HealthCheckRequest request) 
 
- 
 
-