4 Commits

Author SHA1 Message Date
Colton Sellers e2a0873b7c Fix Lean Warnings V1 (#5408)
Cleanup all non-breaking warnings
2021-03-22 11:08:48 -07:00
Michael Handschuh 5e59f00d24 Renames ISubscriptionFactory to ISubscriptionDataSourceReader
This was always an unfortunate name since it doesn't actually produce subscription
instances. I'm beginning to clean up the data feeds to make them simpler and easier
to understand/work on... always start with low hanging fruit :)
2016-06-04 18:15:59 -04:00
Michael Handschuh d4b2da53b3 Renames BaseDataSubscriptionFactory to TextSubscriptionFactory 2016-02-24 11:04:49 -05:00
snugs 324c7073f7 Adds ISubscriptionFactory
Includes default impl of BaseDataSubscriptionFactory

This change is to prepare for binary data sources and defines a factory to
handle the reading of a SubscriptionDataSource and the conversion of that data
into BaseData instances
2015-07-02 21:59:01 -04:00