com.apama.cumulocity
Event FindMeasurement


Find a Measurement, searching on source, type, fragementType.

EPL sends to the CHANNEL, and transport will respond with 0+ FindMeasurementResponse and then 1 FindMeasurementResponseAck on FindMeasurementResponse.CHANNEL channel.
Since:
10.1.0.9/10.2.0.3/10.3.0.0

Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 integerreqId

Unique request identifier.
 dictionary<stringstring>params

Additional request params. 'id', 'source', 'type', 'fragementType', 'fromDate', 'toDate' can be provided.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Channel to send these events to.
Member detail

params

dictionary<stringstringparams
Additional request params. 'id', 'source', 'type', 'fragementType', 'fromDate', 'toDate' can be provided.

reqId

integer reqId
Unique request identifier.