Advanced
Called when destroying Application, scoped to Application instance.
Called when Application is constructed, scoped to Application instance.
Passes in options
as the only argument, which are Application init()
options.
Application options.
Interface for creating Application plugins. Any plugin that's usable for Application must implement these methods.
To create a plugin:
Example
this
context in both methods refers to the Application instanceSee