ktor-server-host-common / io.ktor.server.engine / ShutDownUrl / Configuration

Configuration

class Configuration

Shutdown url configuration builder

Constructors

<init>

Configuration()

Shutdown url configuration builder

Properties

exitCodeSupplier

var exitCodeSupplier: ApplicationCall.() -> Int

A function that provides process exit code by an application call

shutDownUrl

var shutDownUrl: String

URI to handle shutdown requests