Package com.grpc.load.v1
Class LoadGrpc.LoadStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LoadGrpc.LoadStub>
-
- com.grpc.load.v1.LoadGrpc.LoadStub
-
- Enclosing class:
- LoadGrpc
public static final class LoadGrpc.LoadStub extends io.grpc.stub.AbstractAsyncStub<LoadGrpc.LoadStub>
A stub to allow clients to do asynchronous rpc calls to service Load.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoadGrpc.LoadStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidload(LoadRequest request, io.grpc.stub.StreamObserver<LoadResponse> 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 LoadGrpc.LoadStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LoadGrpc.LoadStub>
-
load
public void load(LoadRequest request, io.grpc.stub.StreamObserver<LoadResponse> responseObserver)
-
-