allex_servicecollectionservice

Service

Usage no npm install needed!

<script type="module">
  import allexServicecollectionservice from 'https://cdn.skypack.dev/allex_servicecollectionservice';
</script>

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.