Content Part Done Event
class ContentPartDoneEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int, val contentIndex: Int, val part: ResponseContentPart) : ContentPartEvent
A content part is complete; part holds its final form.
Constructors
Link copied to clipboard
constructor(sequenceNumber: Int, itemId: String, outputIndex: Int, contentIndex: Int, part: ResponseContentPart)
Properties
Link copied to clipboard
Position of the part within the item's content.
Link copied to clipboard
Position of that item in the output list.
Link copied to clipboard
The part itself — empty when it opens, complete when it closes.
Link copied to clipboard
Position of the event in the stream; increases monotonically.