ServerApplication

class ServerApplication @Inject constructor(ktorServer: KtorServer, startupResources: StartupResources, shutdownResources: ShutdownResources)

Main application class for the server.

Constructors

Link copied to clipboard
@Inject
constructor(ktorServer: KtorServer, startupResources: StartupResources, shutdownResources: ShutdownResources)

Types

Link copied to clipboard
object Companion : Logging

Functions

Link copied to clipboard
fun start()

Starts the server application.

Link copied to clipboard
fun stop()

Stops the server application.