Interface CommentServiceGrpc.AsyncService (0.48.0)

public static interface CommentServiceGrpc.AsyncService

A service to manage comments on cases.

Methods

createComment(CreateCommentRequest request, StreamObserver responseObserver)

public default void createComment(CreateCommentRequest request, StreamObserver responseObserver)

Add a new comment to a case. The comment must have the following fields set: body.

Parameters
Name Description
request CreateCommentRequest
responseObserver io.grpc.stub.StreamObserver<Comment>

listComments(ListCommentsRequest request, StreamObserver responseObserver)

public default void listComments(ListCommentsRequest request, StreamObserver responseObserver)

List all the comments associated with a case.

Parameters
Name Description
request ListCommentsRequest
responseObserver io.grpc.stub.StreamObserver<ListCommentsResponse>