Package io.grpc.health.v1
Class HealthGrpc.HealthBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingStub>
-
- io.grpc.health.v1.HealthGrpc.HealthBlockingStub
-
- Enclosing class:
- HealthGrpc
public static final class HealthGrpc.HealthBlockingStub extends io.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HealthGrpc.HealthBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)HealthProto.HealthCheckResponsecheck(HealthProto.HealthCheckRequest request)
-
-
-
Method Detail
-
build
protected HealthGrpc.HealthBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingStub>
-
check
public HealthProto.HealthCheckResponse check(HealthProto.HealthCheckRequest request)
-
-