LifeCycle

Interface for classes that LifeCycle

Methods

afterStartAll(app, cb)

lifeCycle After Start All
Parameters:
Name Type Description
app Application
cb function

afterStartup(app, cb)

lifeCycle After Startup
Parameters:
Name Type Description
app Application
cb function

beforeShutdown(app, cb)

lifeCycle Before Shutdown
Parameters:
Name Type Description
app Application
cb function

beforeStartup(app, cb)

lifeCycle Before Startup
Parameters:
Name Type Description
app Application
cb function