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
Rpc
Invokator
sealed
interface
RpcInvokator
<
Service
:
Any
>
(
source
)
Inheritors
UnaryResponse
FlowResponse
Members
Types
Flow
Response
Link copied to clipboard
fun
interface
FlowResponse
<
Service
:
Any
>
:
RpcInvokator
<
Service
>
Unary
Response
Link copied to clipboard
fun
interface
UnaryResponse
<
Service
:
Any
>
:
RpcInvokator
<
Service
>