toggle menu
ksrpc
0.9.2
common
switch theme
search in API
ksrpc-core
/
com.monkopedia.ksrpc
/
RpcObject
Rpc
Object
interface
RpcObject
<
T
:
RpcService
>
Interface for generated companions of
RpcService
.
Members
Functions
create
Stub
Link copied to clipboard
abstract
fun
<
S
>
createStub
(
channel
:
SerializedService
<
S
>
)
:
T
find
Endpoint
Link copied to clipboard
abstract
fun
findEndpoint
(
endpoint
:
String
)
:
RpcMethod
<
*
,
*
,
*
>