| Package | Description |
|---|---|
| net.engio.pips.data.utils |
| Modifier and Type | Method and Description |
|---|---|
static Sensor |
Sensor.Each(int frequency,
TimeUnit unit) |
Sensor<V> |
Sensor.into(IDataProcessor<V,?> target)
Specify the destination that will receive the values from the generator
|
Sensor<V> |
Sensor.pipe(Generator<V> gen)
Specify where the sensor will get its values from
|
Copyright © 2016. All rights reserved.