Package com.grpc.heartbeat.v1
Class HeartBeatGrpc.HeartBeatBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<HeartBeatGrpc.HeartBeatBlockingStub>
-
- com.grpc.heartbeat.v1.HeartBeatGrpc.HeartBeatBlockingStub
-
- Enclosing class:
- HeartBeatGrpc
public static final class HeartBeatGrpc.HeartBeatBlockingStub extends io.grpc.stub.AbstractBlockingStub<HeartBeatGrpc.HeartBeatBlockingStub>
A stub to allow clients to do synchronous rpc calls to service HeartBeat.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HeartBeatGrpc.HeartBeatBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)HeartBeatCheckResponsecheck(HeartBeatCheckRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected HeartBeatGrpc.HeartBeatBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HeartBeatGrpc.HeartBeatBlockingStub>
-
check
public HeartBeatCheckResponse check(HeartBeatCheckRequest request)
-
-