Core Interception Points
The BoxLang core announces events during different life-cycles
BoxLang provides a robust event model that allows observability and extensibility at every layer of the runtime. Events can include contextual data and are announced asynchronously or synchronously depending on their purpose.
The events are organized by emitter, so they can be easily documented.
Last updated
Was this helpful?