Package grpc.health.v1
Class HealthGrpc.HealthStub
java.lang.Object
io.grpc.stub.AbstractStub<HealthGrpc.HealthStub>
io.grpc.stub.AbstractAsyncStub<HealthGrpc.HealthStub>
grpc.health.v1.HealthGrpc.HealthStub
- Enclosing class:
HealthGrpc
public static final class HealthGrpc.HealthStub
extends io.grpc.stub.AbstractAsyncStub<HealthGrpc.HealthStub>
A stub to allow clients to do asynchronous 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.HealthStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcheck(HealthOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthOuterClass.HealthCheckResponse> responseObserver) voidwatch(HealthOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthOuterClass.HealthCheckResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
- Specified by:
buildin classio.grpc.stub.AbstractStub<HealthGrpc.HealthStub>
-
check
public void check(HealthOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthOuterClass.HealthCheckResponse> responseObserver) -
watch
public void watch(HealthOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthOuterClass.HealthCheckResponse> responseObserver)
-