Package-level declarations

Contains Core definitions of for configuring and constructing ksrpc services and stubs.

Types

Link copied to clipboard
class RpcException(val message: String) : RuntimeException

Wrapper around exceptions thrown in remote calls.

Link copied to clipboard
@Serializable
data class RpcFailure(val stack: String)

Serializable wrapper around exceptions thrown in remote calls.

Link copied to clipboard

Super-interface of all services tagged with KsService.

Link copied to clipboard

Version of Closeable that has suspending close.