Class HealthGrpc.HealthFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<HealthGrpc.HealthFutureStub>
io.grpc.stub.AbstractFutureStub<HealthGrpc.HealthFutureStub>
io.grpc.health.v1.HealthGrpc.HealthFutureStub
- Enclosing class:
HealthGrpc
public static final class HealthGrpc.HealthFutureStub
extends AbstractFutureStub<HealthGrpc.HealthFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Health.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractStub
AbstractStub.StubFactory<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HealthGrpc.HealthFutureStubbuild(Channel channel, CallOptions callOptions) Returns a new stub with the given channel for the provided method configurations.com.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> check(HealthCheckRequest request) If the requested service is unknown, the call will fail with status NOT_FOUND.Methods inherited from class AbstractFutureStub
newStub, newStub
-
Constructor Details
-
HealthFutureStub
-
-
Method Details
-
build
Description copied from class:AbstractStubReturns a new stub with the given channel for the provided method configurations.- Specified by:
buildin classAbstractStub<HealthGrpc.HealthFutureStub>- Parameters:
channel- the channel that this stub will use to do communicationscallOptions- the runtime call options to be applied to every call on this stub
-
check
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.
-