ServerSentEvent

data class ServerSentEvent(val id: String? = null, val event: String? = null, val data: List<String>, val comments: List<String> = listOf())

Constructors

Link copied to clipboard
constructor(id: String? = null, event: String? = null, data: List<String>, comments: List<String> = listOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val event: String? = null
Link copied to clipboard
val id: String? = null