class Athena::Routing::Events::Terminate
- Athena::Routing::Events::Terminate
- Athena::EventDispatcher::Event
- Reference
- Object
Overview
Emitted very late in the request's life-cycle, after the response has been sent.
This event can be listened on to perform tasks that are not required to finish before the response is sent; such as sending emails, or other "heavy" tasks.
See the external documentation for more information.
Included Modules
Defined in:
events/terminate_event.crConstructors
Instance Method Summary
-
#response : ART::Response
The response object.