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)