Members
:app.core.AppBase
appTODO
:object
configTODO
:environment.helpers.Features
featuresTODO
:array
pathsTODO
Methods
RegisterServices(…args)
Add any number of services to be started during bootstrap.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
services.ServiceBase |
<repeatable> |
Service constructor to InitializeAndStart |
Start(p_config)
Starts the environment :
- process the provided config object
- register & initialize the registered services
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_config |
object |
Properties
|
Members
:app.core.AppBase
APPTODO
:utils.Argv
ARGVTODO
:environment.helpers.Features
FEATURESTODO
Methods
(p_ifNodeIsEnabled, p_ifNodeIsDisabled) → {*}
IF_NODEChecks whether nodejs is enabled and return the value according to that.
Parameters:
Name | Type | Description |
---|---|---|
p_ifNodeIsEnabled |
* | |
p_ifNodeIsDisabled |
* |
(p_fn)
onStartTODO
Parameters:
Name | Type | Description |
---|---|---|
p_fn |
function |