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
/
RpcCallable
Rpc
Callable
interface
RpcCallable
<
Service
:
Any
>
(
source
)
Members
Members & Extensions
Properties
flow
Invokator
Link copied to clipboard
val
<
Service
:
Any
>
RpcCallable
<
Service
>
.
flowInvokator
:
RpcInvokator.FlowResponse
<
Service
>
invokator
Link copied to clipboard
abstract
val
invokator
:
RpcInvokator
<
Service
>
name
Link copied to clipboard
abstract
val
name
:
String
parameters
Link copied to clipboard
abstract
val
parameters
:
Array
<
out
RpcParameter
>
return
Type
Link copied to clipboard
abstract
val
returnType
:
RpcType
unary
Invokator
Link copied to clipboard
val
<
Service
:
Any
>
RpcCallable
<
Service
>
.
unaryInvokator
:
RpcInvokator.UnaryResponse
<
Service
>