kotlinx-rpc
Toggle table of contents
0.10.2
common
Target filter
common
Back to docs
Switch theme
Search in API
Skip to content
kotlinx-rpc
kotlinx-rpc-core
/
kotlinx.rpc.descriptor
/
RpcInvokator
/
FlowResponse
Flow
Response
fun
interface
FlowResponse
<
Service
:
Any
>
:
RpcInvokator
<
Service
>
(
source
)
Members
Functions
call
Link copied to clipboard
abstract
fun
call
(
service
:
Service
,
arguments
:
Array
<
Any
?
>
)
:
Flow
<
Any
?
>