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