These events relate to the overall lifecycle of the BoxLang runtime itself.
onRuntimeStart
Triggered when the runtime begins startup.
onRuntimeShutdown
Triggered when the runtime begins shutdown.
onRuntimeConfigurationLoad
Triggered when the runtime configuration is loaded.
onRuntimeBoxContextStartup
Triggered when the BoxContext has been initialized.
onServerScopeCreation
Triggered when the server scope is initialized.
server
onConfigurationLoad
Triggered when the configuration is loaded.
onConfigurationOverrideLoad
Triggered when configuration overrides are loaded.
onParse
Triggered during parsing of a BoxLang file.
onMissingMapping
Triggered when a requested mapping is not found.
Last updated 9 months ago
Was this helpful?