Service
Expressify Service class. Build your services by extending this.
new Service(options)
Service constructor
Returns: Service - the constructed service
| Param | Type | Description |
|---|---|---|
| options | Object |
Options for the Service |
| options.logger | Object |
A logger that is compatible with expressify/logger |
| options.services | ServiceMap |
An instance of expressify/service/map |