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-core
/
kotlinx.rpc.descriptor
/
RpcInvokator
/
Method
Method
fun
interface
Method
<
T
:
Any
>
:
RpcInvokator
<
T
>
(
source
)
Members
Functions
call
Link copied to clipboard
abstract
suspend
fun
call
(
service
:
T
,
parameters
:
Array
<
Any
?
>
)
:
Any
?