1.0.1 • Published 5 years ago

allex_servicecollectionservice v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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.