Package-level declarations

Types

Link copied to clipboard
@ConfigurationProperties(value = "elide.server.assets")
interface AssetConfig : Toggleable

Configuration loaded at runtime which governs Elide's built-in asset serving tools.

Link copied to clipboard
@ConfigurationProperties(value = "elide.server")
data class ServerConfig(var assets: AssetConfig = object : AssetConfig {})

Configuration properties loaded at runtime through Micronaut's configuration system, which govern how Elide hosts server-side code.

Link copied to clipboard
@Requires(notEnv = ["test"])
@ContextConfigurer
class ServerConfigurator : ApplicationContextConfigurer

Configures Micronaut on behalf of an Elide application with default configuration state.