[DAEMON-106] appcd-dispatcher: Create a DataServiceDispatcher class
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-10-30T22:37:41.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | appcd-dispatcher |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-10-26T03:19:41.000+0000 |
| Updated | 2017-10-30T22:37:42.000+0000 |
Description
There are several services that have very similar functionality where there's a single observable data store that is exposed via a
ServiceDispatcher that supports filtered results and subscriptions. It would super handy (and ingenious) to introduce a DataServiceDispatcher that takes care of all this boilerplate.
No comments