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