StreamTextOptions

data class StreamTextOptions(    val topic: String = "",     val attributes: Map<String, String> = emptyMap(),     val streamId: String = UUID.randomUUID().toString(),     val destinationIdentities: List<Participant.Identity> = emptyList(),     val operationType: TextStreamInfo.OperationType,     val version: Int = 0,     val attachedStreamIds: List<String> = emptyList(),     val replyToStreamId: String? = null,     val totalSize: Long? = null)

Constructors

Link copied to clipboard
constructor(    topic: String = "",     attributes: Map<String, String> = emptyMap(),     streamId: String = UUID.randomUUID().toString(),     destinationIdentities: List<Participant.Identity> = emptyList(),     operationType: TextStreamInfo.OperationType,     version: Int = 0,     attachedStreamIds: List<String> = emptyList(),     replyToStreamId: String? = null,     totalSize: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val replyToStreamId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalSize: Long? = null

The total exact size in bytes, if known.

Link copied to clipboard
val version: Int = 0