Package binoculars
Class BinocularsGrpc.BinocularsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<BinocularsGrpc.BinocularsFutureStub>
-
- binoculars.BinocularsGrpc.BinocularsFutureStub
-
- Enclosing class:
- BinocularsGrpc
public static final class BinocularsGrpc.BinocularsFutureStub extends io.grpc.stub.AbstractFutureStub<BinocularsGrpc.BinocularsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Binoculars.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BinocularsGrpc.BinocularsFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>cordon(BinocularsOuterClass.CordonRequest request)com.google.common.util.concurrent.ListenableFuture<BinocularsOuterClass.LogResponse>logs(BinocularsOuterClass.LogRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected BinocularsGrpc.BinocularsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BinocularsGrpc.BinocularsFutureStub>
-
logs
public com.google.common.util.concurrent.ListenableFuture<BinocularsOuterClass.LogResponse> logs(BinocularsOuterClass.LogRequest request)
-
cordon
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> cordon(BinocularsOuterClass.CordonRequest request)
-
-