Package com.grpc.heartbeat.v1
Class HeartBeatGrpc.HeartBeatStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<HeartBeatGrpc.HeartBeatStub>
-
- com.grpc.heartbeat.v1.HeartBeatGrpc.HeartBeatStub
-
- Enclosing class:
- HeartBeatGrpc
public static final class HeartBeatGrpc.HeartBeatStub extends io.grpc.stub.AbstractAsyncStub<HeartBeatGrpc.HeartBeatStub>
A stub to allow clients to do asynchronous rpc calls to service HeartBeat.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HeartBeatGrpc.HeartBeatStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcheck(HeartBeatCheckRequest request, io.grpc.stub.StreamObserver<HeartBeatCheckResponse> responseObserver)-
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.HeartBeatStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HeartBeatGrpc.HeartBeatStub>
-
check
public void check(HeartBeatCheckRequest request, io.grpc.stub.StreamObserver<HeartBeatCheckResponse> responseObserver)
-
-