Package-level declarations

BaseServiceApp, ServiceApp, and supporting types for building self-hosting ksrpc server executables.

BaseServiceApp, ServiceApp, and supporting types for building self-hosting ksrpc server executables.

BaseServiceApp, ServiceApp, and supporting types for building self-hosting ksrpc server executables.

Types

Link copied to clipboard
abstract class BaseServiceApp : CliktCommand

Base class that makes it easy to host a default service on any combination of std in/out, http, and sockets.

Link copied to clipboard
expect abstract class ServiceApp(appName: String) : BaseServiceApp
actual abstract class ServiceApp(appName: String) : BaseServiceApp

Base class that makes it easy to host a default service on any combination of std in/out, http, and sockets.

actual abstract class ServiceApp(appName: String) : BaseServiceApp

Base class that makes it easy to host a default service on any combination of std in/out, http, and sockets.