Package grpc.health.v1
Class HealthGrpc.HealthBlockingStub
- java.lang.Object
 - 
- io.grpc.stub.AbstractStub<S>
 - 
- io.grpc.stub.AbstractBlockingStub<HealthGrpc.HealthBlockingStub>
 - 
- grpc.health.v1.HealthGrpc.HealthBlockingStub
 
 
 
 
- 
- Enclosing class:
 - HealthGrpc
 
public static final class HealthGrpc.HealthBlockingStub extends io.grpc.stub.AbstractBlockingStub<HealthGrpc.HealthBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Health. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HealthGrpc.HealthBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)HealthCheck.HealthCheckResponsecheck(HealthCheck.HealthCheckRequest request)Iterator<HealthCheck.HealthCheckResponse>watch(HealthCheck.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 HealthCheck.HealthCheckResponse check(HealthCheck.HealthCheckRequest request)
 
- 
watch
public Iterator<HealthCheck.HealthCheckResponse> watch(HealthCheck.HealthCheckRequest request)
 
 - 
 
 -