03 Features
The composer is a ready-made component designed to generate services and daemons on top of SOAJS.
The composer itself does not have APIs, rather it deploys services and daemons. This means that APIs and/or jobs will be part of these generated services and daemons.
The composer provides the following functionality:
Feature | Description |
---|---|
deploy | function that generates and deploys a service/daemon based on a configuration file that is passed as a parameter. |
getService | function that returns the service object deployed by the composer |
stopService | function that stops the service deployed by the composer |
getDaemon | function that returns the daemon object deployed by the composer |
stopDaemon | function that stops the daemon deployed by the composer |