Package com.viam.component.testecho.v1
Class TestEchoServiceGrpc.TestEchoServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<TestEchoServiceGrpc.TestEchoServiceFutureStub>
com.viam.component.testecho.v1.TestEchoServiceGrpc.TestEchoServiceFutureStub
- Enclosing class:
- TestEchoServiceGrpc
public static final class TestEchoServiceGrpc.TestEchoServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<TestEchoServiceGrpc.TestEchoServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture<Testecho.EchoResponse>echo(Testecho.EchoRequest request) com.google.common.util.concurrent.ListenableFuture<Testecho.StopResponse>stop(Testecho.StopRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods 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.TestEchoServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<TestEchoServiceGrpc.TestEchoServiceFutureStub>
-
echo
public com.google.common.util.concurrent.ListenableFuture<Testecho.EchoResponse> echo(Testecho.EchoRequest request) -
stop
public com.google.common.util.concurrent.ListenableFuture<Testecho.StopResponse> stop(Testecho.StopRequest request)
-