http4k-realtime-core
Toggle table of contents
6.20.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-realtime-core
http4k-realtime-core
/
org.http4k.sse
/
SseMessage
/
Event
/
Event
Event
constructor
(
event
:
String
,
data
:
String
=
""
,
id
:
SseEventId
?
=
null
,
backoff
:
Duration
?
=
null
)
(
source
)
constructor
(
event
:
String
,
data
:
ByteArray
,
id
:
SseEventId
?
=
null
,
backoff
:
Duration
?
=
null
)
(
source
)
constructor
(
event
:
String
,
data
:
InputStream
,
id
:
SseEventId
?
=
null
)
(
source
)