Package com.viam.component.testecho.v1
Class TestEchoServiceGrpc.TestEchoServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<TestEchoServiceGrpc.TestEchoServiceStub>
com.viam.component.testecho.v1.TestEchoServiceGrpc.TestEchoServiceStub
- Enclosing class:
- TestEchoServiceGrpc
public static final class TestEchoServiceGrpc.TestEchoServiceStub
extends io.grpc.stub.AbstractAsyncStub<TestEchoServiceGrpc.TestEchoServiceStub>
A stub to allow clients to do asynchronous 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 TypeMethodDescriptionprotected TestEchoServiceGrpc.TestEchoServiceStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
echo
(Testecho.EchoRequest request, io.grpc.stub.StreamObserver<Testecho.EchoResponse> responseObserver) io.grpc.stub.StreamObserver<Testecho.EchoBiDiRequest>
echoBiDi
(io.grpc.stub.StreamObserver<Testecho.EchoBiDiResponse> responseObserver) void
echoMultiple
(Testecho.EchoMultipleRequest request, io.grpc.stub.StreamObserver<Testecho.EchoMultipleResponse> responseObserver) void
stop
(Testecho.StopRequest request, io.grpc.stub.StreamObserver<Testecho.StopResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected TestEchoServiceGrpc.TestEchoServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<TestEchoServiceGrpc.TestEchoServiceStub>
-
echo
public void echo(Testecho.EchoRequest request, io.grpc.stub.StreamObserver<Testecho.EchoResponse> responseObserver) -
echoMultiple
public void echoMultiple(Testecho.EchoMultipleRequest request, io.grpc.stub.StreamObserver<Testecho.EchoMultipleResponse> responseObserver) -
echoBiDi
public io.grpc.stub.StreamObserver<Testecho.EchoBiDiRequest> echoBiDi(io.grpc.stub.StreamObserver<Testecho.EchoBiDiResponse> responseObserver) -
stop
public void stop(Testecho.StopRequest request, io.grpc.stub.StreamObserver<Testecho.StopResponse> responseObserver)
-