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