Package grpc.health.v1
Class HealthGrpc.HealthBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<HealthGrpc.HealthBlockingV2Stub>
grpc.health.v1.HealthGrpc.HealthBlockingV2Stub
- Enclosing class:
HealthGrpc
public static class HealthGrpc.HealthBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<HealthGrpc.HealthBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service Health.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected HealthGrpc.HealthBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) check(HealthOuterClass.HealthCheckRequest request) io.grpc.stub.BlockingClientCall<?, HealthOuterClass.HealthCheckResponse> watch(HealthOuterClass.HealthCheckRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected HealthGrpc.HealthBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingV2Stub>
-
check
public HealthOuterClass.HealthCheckResponse check(HealthOuterClass.HealthCheckRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
watch
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,HealthOuterClass.HealthCheckResponse> watch(HealthOuterClass.HealthCheckRequest request)
-