kotlinx-rpc
Toggle table of contents
0.9.1
common
Platform filter
common
Back to docs
Switch theme
Search in API
kotlinx-rpc
kotlinx-rpc-krpc-test
/
kotlinx.rpc.krpc.test
/
PayloadWithStream
Payload
With
Stream
@
Serializable
data
class
PayloadWithStream
(
val
payload
:
String
,
val
stream
:
Flow
<
String
>
)
(
source
)
Members
Constructors
Payload
With
Stream
Link copied to clipboard
constructor
(
payload
:
String
,
stream
:
Flow
<
String
>
)
Properties
payload
Link copied to clipboard
val
payload
:
String
stream
Link copied to clipboard
val
stream
:
Flow
<
String
>