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
/
RpcServiceDescriptor
Rpc
Service
Descriptor
interface
RpcServiceDescriptor
<
Service
:
Any
>
(
source
)
Members
Properties
callables
Link copied to clipboard
abstract
val
callables
:
Map
<
String
,
RpcCallable
<
Service
>
>
fq
Name
Link copied to clipboard
abstract
val
fqName
:
String
simple
Name
Link copied to clipboard
abstract
val
simpleName
:
String
Functions
create
Instance
Link copied to clipboard
abstract
fun
createInstance
(
serviceId
:
Long
,
client
:
RpcClient
)
:
Service
get
Callable
Link copied to clipboard
abstract
fun
getCallable
(
name
:
String
)
:
RpcCallable
<
Service
>
?