Runtime Events

These events relate to the overall lifecycle of the BoxLang runtime itself.

Event Name
Data
Description

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.

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

Was this helpful?