StreamingToken
Represents an individual streamed token.
Inheritors
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
A streamed token which contains part of a full message.
Link copied to clipboard
@JsonClass(generateAdapter = true)
Streamed token which identifies a previously streamed token as being invalid.
Properties
Link copied to clipboard
The batch number this token belongs to, for grouping related tokens.
Link copied to clipboard
The position of this token within the stream sequence.
Link copied to clipboard
The identifier of the message this token contributes content to.
Link copied to clipboard
The type of this streaming token (validation or message content).