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 SummaryAll 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- 
buildprotected HealthGrpc.HealthBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
- buildin class- io.grpc.stub.AbstractStub<HealthGrpc.HealthBlockingStub>
 
 - 
checkpublic HealthCheck.HealthCheckResponse check(HealthCheck.HealthCheckRequest request) 
 - 
watchpublic Iterator<HealthCheck.HealthCheckResponse> watch(HealthCheck.HealthCheckRequest request) 
 
- 
 
-