What order should this Initializer load at (Default: 1000, ActionHero core methods are < 1000)
The name of the Initializer.
What order should this Initializer start at (Default: 1000, ActionHero core methods are < 1000)
What order should this Initializer stop at (Default: 1000, ActionHero core methods are < 1000)
Method run as part of the start
lifecycle of your server. Ususally connects to remote servers or processes..
Method run as part of the initialize
lifecycle of your server. Ususally disconnects from remote servers or processes.
Generated using TypeDoc
Handlers for when things go wrong.