bitvice / bitvice-osi

Observer Services Injection for node.js
MIT License
1 stars 0 forks source link

Rejected consumers #1

Closed bitvice closed 9 years ago

bitvice commented 9 years ago

Create an OSI method to notify consumers that no services will register anymore

DiAngelo commented 9 years ago

The consumer's promise will be rejected. Usually in that case we'll use error messages.

DiAngelo commented 9 years ago

The completeRegistration method does the job.