| Interface | Description |
|---|---|
| IDataCollector<IN> |
A data collector will store the received data points (persistently or in-memory) to provide
subsequent access to them
|
| IDataProcessor<IN,OUT> |
A data processor produces outgoing data points from incoming data points using any kind of
processing logic.
|
| Class | Description |
|---|---|
| DataCollector<IN> | |
| DataCollectorManager | |
| DataPoint<V> | |
| DataProcessor<IN,OUT> |
Copyright © 2016. All rights reserved.