Abstract
Optional
loadWhat order should this Initializer load at (Default: 1000, Actionhero core methods are < 1000)
The name of the Initializer.
Optional
startWhat order should this Initializer start at (Default: 1000, Actionhero core methods are < 1000)
Optional
stopWhat order should this Initializer stop at (Default: 1000, Actionhero core methods are < 1000)
Optional
initializeOptional
startOptional
stopGenerated using TypeDoc
Create a new Actionhero Initializer. The required properties of an initializer. These can be defined statically (this.name) or as methods which return a value.