Class LibraryGrpc.LibraryBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<LibraryGrpc.LibraryBlockingStub>
-
- com.streamlayer.interactive.library.LibraryGrpc.LibraryBlockingStub
-
- Enclosing class:
- LibraryGrpc
public static final class LibraryGrpc.LibraryBlockingStub extends io.grpc.stub.AbstractBlockingStub<LibraryGrpc.LibraryBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Library.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddToEventsResponseaddToEvents(AddToEventsRequest request)protected LibraryGrpc.LibraryBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CountByCategoryResponsecountByCategory(CountByCategoryRequest request)CreateResponsecreate(CreateRequest request)DeleteResponsedelete(DeleteRequest request)DetachFromQuestionResponsedetachFromQuestion(DetachFromQuestionRequest request)ListResponselist(ListRequest request)RestoreResponserestore(RestoreRequest request)UpdateResponseupdate(UpdateRequest 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 LibraryGrpc.LibraryBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LibraryGrpc.LibraryBlockingStub>
-
create
public CreateResponse create(CreateRequest request)
-
delete
public DeleteResponse delete(DeleteRequest request)
-
restore
public RestoreResponse restore(RestoreRequest request)
-
update
public UpdateResponse update(UpdateRequest request)
-
list
public ListResponse list(ListRequest request)
-
addToEvents
public AddToEventsResponse addToEvents(AddToEventsRequest request)
-
detachFromQuestion
public DetachFromQuestionResponse detachFromQuestion(DetachFromQuestionRequest request)
-
countByCategory
public CountByCategoryResponse countByCategory(CountByCategoryRequest request)
-
-