cycronix / cloudturbine

CloudTurbine - Data Streaming Middleware
Apache License 2.0
3 stars 4 forks source link

CTstream: implement DataStreamSpec classes #123

Closed jpw-erigo closed 6 years ago

jpw-erigo commented 6 years ago

Significant change: in CTstream: DataStream classes (such as ScreencapStream) no longer access settings directly from the main CTstream UI; instead, we use DataStreamSpec classes which notify the DataStream class (when it is launched) what its settings should be. This change is to help line the code up for easier migration to the next-gen UI we hope to put in place.