http4k-realtime-core
Toggle table of contents
6.20.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-realtime-core
http4k-realtime-core
/
org.http4k.sse
/
SseMessage
/
Data
Data
data
class
Data
(
val
data
:
String
=
""
)
:
SseMessage
(
source
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
data
:
String
=
""
)
constructor
(
data
:
ByteArray
)
constructor
(
data
:
InputStream
)
Properties
data
Link copied to clipboard
val
data
:
String
Functions
to
Message
Link copied to clipboard
open
override
fun
toMessage
(
)
:
String