Package io.grpc.testing.integration
Class ReconnectServiceGrpc.ReconnectServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ReconnectServiceGrpc.ReconnectServiceFutureStub>
-
- io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceFutureStub
-
- Enclosing class:
- ReconnectServiceGrpc
public static final class ReconnectServiceGrpc.ReconnectServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ReconnectServiceGrpc.ReconnectServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ReconnectService.A service used to control reconnect server.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReconnectServiceGrpc.ReconnectServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty>start(Messages.ReconnectParams request)com.google.common.util.concurrent.ListenableFuture<Messages.ReconnectInfo>stop(EmptyProtos.Empty request)
-
-
-
Method Detail
-
build
protected ReconnectServiceGrpc.ReconnectServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReconnectServiceGrpc.ReconnectServiceFutureStub>
-
start
public com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty> start(Messages.ReconnectParams request)
-
stop
public com.google.common.util.concurrent.ListenableFuture<Messages.ReconnectInfo> stop(EmptyProtos.Empty request)
-
-