Class FeedServiceGrpc.FeedServiceStub (0.48.0)

public static final class FeedServiceGrpc.FeedServiceStub extends AbstractAsyncStub<FeedServiceGrpc.FeedServiceStub>

A stub to allow clients to do asynchronous rpc calls to service FeedService.

A service to view case feed items.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > FeedServiceGrpc.FeedServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected FeedServiceGrpc.FeedServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
FeedServiceGrpc.FeedServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

showFeed(ShowFeedRequest request, StreamObserver<ShowFeedResponse> responseObserver)

public void showFeed(ShowFeedRequest request, StreamObserver<ShowFeedResponse> responseObserver)

Show items in the feed of this case, including case emails, attachments, and comments.

Parameters
Name Description
request ShowFeedRequest
responseObserver io.grpc.stub.StreamObserver<ShowFeedResponse>