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