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

The framework can handle the lifecyle of the service #3

Closed
minjing opened this issue May 12, 2015 · 0 comments
Closed

The framework can handle the lifecyle of the service #3

minjing opened this issue May 12, 2015 · 0 comments
Assignees
Milestone

Comments

@minjing
Copy link
Owner

minjing commented May 12, 2015

Normally the service has a lifecycle: resolved, satisfied, initialized, destroyed.

  • Resolved: the service is resolved, but all dependencies is not set, the service can't serve.
  • Satisfied: all dependents has been set to the service,
  • Initialized: the initialization method of the service has been invoked, the service can serve to outside.
  • Destroyed: the service has been destroyed.
@minjing minjing added this to the M1 milestone May 12, 2015
@minjing minjing self-assigned this May 12, 2015
@minjing minjing closed this as completed May 15, 2015
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