Package io.grpc.testing.integration
Class ReconnectServiceGrpc.ReconnectServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ReconnectServiceGrpc.ReconnectServiceStub>
-
- io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceStub
-
- Enclosing class:
- ReconnectServiceGrpc
public static final class ReconnectServiceGrpc.ReconnectServiceStub extends io.grpc.stub.AbstractAsyncStub<ReconnectServiceGrpc.ReconnectServiceStub>
A stub to allow clients to do asynchronous 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.ReconnectServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidstart(Messages.ReconnectParams request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)voidstop(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<Messages.ReconnectInfo> responseObserver)
-
-
-
Method Detail
-
build
protected ReconnectServiceGrpc.ReconnectServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReconnectServiceGrpc.ReconnectServiceStub>
-
start
public void start(Messages.ReconnectParams request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
-
stop
public void stop(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<Messages.ReconnectInfo> responseObserver)
-
-