Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

allex_servicecollectionservice

allex-services13ISC1.0.1

Service

ecosystem:allex, Service

readme

ServiceCollectionService

This is a specialization of ServiceContainerService.

Initiating the service

It needs a modulename field in its construction propertyhash.

The module specified by the modulename field will be used to instantiate all contained sub-Services.

Spawning sub-Services

The spawn method of the service User will need a propertyhash for the new sub-Service.

The propertyhash for service User's spawn must contain a name field. That name field will declare the name of the sub-Service under which it will be mapped in the subservices map of the ServiceCollectionService instance.