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
Package-level
declarations
Types
Functions
Types
Rpc
Callable
Link copied to clipboard
interface
RpcCallable
<
T
:
Any
>
Rpc
Invokator
Link copied to clipboard
sealed
interface
RpcInvokator
<
T
:
Any
>
Rpc
Parameter
Link copied to clipboard
interface
RpcParameter
Rpc
Service
Descriptor
Link copied to clipboard
interface
RpcServiceDescriptor
<
T
:
Any
>
Rpc
Type
Link copied to clipboard
interface
RpcType
Functions
service
Descriptor
Of
Link copied to clipboard
inline
fun
<
T
:
Any
>
serviceDescriptorOf
(
)
:
RpcServiceDescriptor
<
T
>
fun
<
T
:
Any
>
serviceDescriptorOf
(
kClass
:
KClass
<
T
>
)
:
RpcServiceDescriptor
<
T
>
fun
<
T
:
Any
>
serviceDescriptorOf
(
kType
:
KType
)
:
RpcServiceDescriptor
<
T
>