kobweb
Toggle table of contents
0.21.1
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
kobweb-api
/
com.varabyte.kobweb.api.stream
/
sendTo
send
To
suspend
fun
LimitedStream
.
sendTo
(
text
:
String
,
streamIds
:
Iterable
<
StreamId
>
)
(
source
)
Convenience method to send a message to all clients with matching IDs.
suspend
fun
LimitedStream
.
sendTo
(
text
:
String
,
streamId
:
StreamId
)
(
source
)