Interface FeedServiceGrpc.AsyncService (0.47.0)

public static interface FeedServiceGrpc.AsyncService

A service to view case feed items.

Methods

showFeed(ShowFeedRequest request, StreamObserver<ShowFeedResponse> responseObserver)

public default 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>