Package com.viam.component.testecho.v1
Class TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub>
com.viam.component.testecho.v1.TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub
- Enclosing class:
TestEchoServiceGrpc
public static final class TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service TestEchoService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) echo(Testecho.EchoRequest request) io.grpc.stub.BlockingClientCall<Testecho.EchoBiDiRequest, Testecho.EchoBiDiResponse> echoBiDi()io.grpc.stub.BlockingClientCall<?, Testecho.EchoMultipleResponse> echoMultiple(Testecho.EchoMultipleRequest request) stop(Testecho.StopRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<TestEchoServiceGrpc.TestEchoServiceBlockingV2Stub>
-
echo
- Throws:
io.grpc.StatusException
-
echoMultiple
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,Testecho.EchoMultipleResponse> echoMultiple(Testecho.EchoMultipleRequest request) -
echoBiDi
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<Testecho.EchoBiDiRequest,Testecho.EchoBiDiResponse> echoBiDi() -
stop
- Throws:
io.grpc.StatusException
-