Join Slack
Powered by
Hello... I didn't find any documentation on how to...
# ktor
l
Luiz Aguiar
04/28/2023, 9:44 AM
Hello... I didn't find any documentation on how to expose an endpoint as stream of data on Ktor, aka returning a
Flow
. on Spring a simple
fun flow(): Flow<Data> {}
works out of the box... is
call.respondBytesWriter {}
the proper way to return a
Flow
?
2
Views
Open in Slack
Previous
Next