Package logproto
Class PusherGrpc.PusherFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<PusherGrpc.PusherFutureStub>
-
- logproto.PusherGrpc.PusherFutureStub
-
- Enclosing class:
- PusherGrpc
public static final class PusherGrpc.PusherFutureStub extends io.grpc.stub.AbstractStub<PusherGrpc.PusherFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PusherGrpc.PusherFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Logproto.PushResponse>push(Logproto.PushRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected PusherGrpc.PusherFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PusherGrpc.PusherFutureStub>
-
push
public com.google.common.util.concurrent.ListenableFuture<Logproto.PushResponse> push(Logproto.PushRequest request)
-
-