kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-client
/
dev.kourier.amqp.connection
/
FrameDecoder
/
decodeStreaming
decode
Streaming
suspend
fun
decodeStreaming
(
channel
:
ByteReadChannel
,
onItem
:
suspend
(
Frame
)
->
Unit
)