Package com.streamlayer.feedback
Class FeedbackGrpc.FeedbackFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<FeedbackGrpc.FeedbackFutureStub>
-
- com.streamlayer.feedback.FeedbackGrpc.FeedbackFutureStub
-
- Enclosing class:
- FeedbackGrpc
public static final class FeedbackGrpc.FeedbackFutureStub extends io.grpc.stub.AbstractFutureStub<FeedbackGrpc.FeedbackFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Feedback.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AdminFeedbackResponse>adminFeedback(AdminFeedbackRequest request)protected FeedbackGrpc.FeedbackFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)-
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 FeedbackGrpc.FeedbackFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<FeedbackGrpc.FeedbackFutureStub>
-
adminFeedback
public com.google.common.util.concurrent.ListenableFuture<AdminFeedbackResponse> adminFeedback(AdminFeedbackRequest request)
-
-