public static final class FeedServiceGrpc.FeedServiceFutureStub extends AbstractFutureStub<FeedServiceGrpc.FeedServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service FeedService.
A service to view case feed items.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > FeedServiceGrpc.FeedServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected FeedServiceGrpc.FeedServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
FeedServiceGrpc.FeedServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
showFeed(ShowFeedRequest request)
public ListenableFuture<ShowFeedResponse> showFeed(ShowFeedRequest request)Show items in the feed of this case, including case emails, attachments, and comments.
| Parameter | |
|---|---|
| Name | Description |
request |
ShowFeedRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ShowFeedResponse> |
|