ServiceScopeAccessor

A built-in service that allows access to a slave ServiceScope for whichever scope this service was constructed for.

Description: Because ServiceScope cannot be copied, it can be a bit annoying for certain services to gain access to it should they need manual access of fetching scoped services.

As an alternative, services can be injected with this helper service which allows the creation of slave ServiceScopes.

final
class ServiceScopeAccessor {}

Members

Properties

serviceScope
ServiceScope serviceScope [@property getter]

See Also

The documentation for ServiceScope.

Meta