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