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