KtorServer

class KtorServer @Inject constructor(featureManager: FeatureManager, routeManager: RouteManager, config: ServerConfig)

Class responsible for managing the Ktor server.

Constructors

Link copied to clipboard
@Inject
constructor(featureManager: FeatureManager, routeManager: RouteManager, config: ServerConfig)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun start()

Starts the Ktor server.

Link copied to clipboard
fun stop()

Stops the Ktor server.