ProduceDataOptions

data class ProduceDataOptions(val ordered: Boolean = true, val maxPacketLifeTime: Int? = null, val maxRetransmits: Int? = null, val label: String = "", val protocol: String = "", val appData: Map<String, Any?> = emptyMap())

Options for producing data

Constructors

Link copied to clipboard
constructor(ordered: Boolean = true, maxPacketLifeTime: Int? = null, maxRetransmits: Int? = null, label: String = "", protocol: String = "", appData: Map<String, Any?> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxPacketLifeTime: Int? = null
Link copied to clipboard
val maxRetransmits: Int? = null
Link copied to clipboard
val ordered: Boolean = true
Link copied to clipboard