Apama 10.7.2 | Connecting Apama Applications to External Components | Standard Connectivity Plug-ins | The Cumulocity IoT Transport Connectivity Plug-in | Using measurement fragments | Listening for measurement fragments
 
Listening for measurement fragments
The Apama mapping codec can turn measurements into measurement fragments, and listeners in EPL can match on the elements of measurement fragments rather than measurements.
Example - matching on measurement fragments:
on all MeasurementFragment(valueFragment = 'c8y_speed', valueSeries = 'speedX',
value > SPEED_LIMIT) as mf {
}