ksrpc
Toggle table of contents
0.10.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ksrpc
ksrpc-introspection
/
com.monkopedia.ksrpc
/
IntrospectionService
Introspection
Service
interface
IntrospectionService
:
IntrospectableRpcService
Returns metadata about a service.
Members
Functions
close
Link copied to clipboard
open
suspend override
fun
close
(
)
get
Endpoint
Info
Link copied to clipboard
abstract
suspend
fun
getEndpointInfo
(
endpoint
:
String
)
:
RpcEndpointInfo
get
Endpoints
Link copied to clipboard
abstract
suspend
fun
getEndpoints
(
u
:
Unit
=
Unit
)
:
List
<
String
>
get
Introspection
Link copied to clipboard
open
suspend
fun
getIntrospection
(
u
:
Unit
=
Unit
)
:
IntrospectionService
get
Introspection
For
Link copied to clipboard
abstract
suspend
fun
getIntrospectionFor
(
service
:
String
)
:
IntrospectionService
get
Service
Name
Link copied to clipboard
abstract
suspend
fun
getServiceName
(
u
:
Unit
=
Unit
)
:
String