Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow alias registered async services via service-box #1591

Open
dchambers opened this issue Nov 18, 2015 · 0 comments
Open

Allow alias registered async services via service-box #1591

dchambers opened this issue Nov 18, 2015 · 0 comments

Comments

@dchambers
Copy link
Contributor

Within BRJS, services are defined using aliases. In addition to automatically populating the service-box instance using the alias definitions (see #1480), we should allow people to point their aliases at service-factories (service-box style) in addition to the service-constructors we currently support.

Since CT already supports asynchronous service-constructors (i.e. constructors implementing the DelayedReadinessService interface) we will need a way for CT to provide an wrapper that detects such asynchronous service-constructors and wraps them in a service-box style service-factory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant