runtime

abstract fun runtime(action: Action<RuntimeConfigurator>)

Allows the runtime to be configured through a lambda.

Example

ivi {
    application {
        runtime {
             ...
        }
    }
}