toggle menu
river
jvm
switch theme
search in API
connector-http
/
com.river.connector.http
/
ServerSentEvent
Server
Sent
Event
data
class
ServerSentEvent
(
val
id
:
String
?
=
null
,
val
event
:
String
?
=
null
,
val
data
:
List
<
String
>
,
val
comments
:
List
<
String
>
=
listOf()
)
Members
Constructors
Server
Sent
Event
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
event
:
String
?
=
null
,
data
:
List
<
String
>
,
comments
:
List
<
String
>
=
listOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
comments
Link copied to clipboard
val
comments
:
List
<
String
>
data
Link copied to clipboard
val
data
:
List
<
String
>
event
Link copied to clipboard
val
event
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null