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
/
RpcEndpointInfo
Rpc
Endpoint
Info
@
Serializable
data
class
RpcEndpointInfo
(
val
endpoint
:
String
,
val
input
:
RpcDataType
,
val
output
:
RpcDataType
)
Introspection payload describing a single endpoint.
Members
Constructors
Rpc
Endpoint
Info
Link copied to clipboard
constructor
(
endpoint
:
String
,
input
:
RpcDataType
,
output
:
RpcDataType
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
input
Link copied to clipboard
val
input
:
RpcDataType
output
Link copied to clipboard
val
output
:
RpcDataType