com.apama.cumulocity
Event FindMeasurementResponse


Response from Cumulocity to a FindMeasurement request, sent for each matching Measurement.
Since:
10.1.0.9/10.2.0.3/10.3.0.0

Constant summary
 stringCHANNEL := "cumulocity.findmeasurement.response"

The channel to which FindMeasurement responses are sent from the transport.
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
 stringSUBSCRIBE_CHANNEL := "cumulocity.findmeasurement.response"

The channel to which FindMeasurement responses are sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 stringid

Equal to the id in the Measurement event.
 com.apama.cumulocity.Measurementmeasurement

The Measurement object.
 
Constant detail

CHANNEL

            string CHANNEL := "cumulocity.findmeasurement.response"
        
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
The channel to which FindMeasurement responses are sent from the transport.

SUBSCRIBE_CHANNEL

            string SUBSCRIBE_CHANNEL := "cumulocity.findmeasurement.response"
        
The channel to which FindMeasurement responses are sent from the transport.
Since:
10.5.2.0

Member detail

id

            string id
        
Equal to the id in the Measurement event.

measurement

            com.apama.cumulocity.Measurement measurement
        
The Measurement object.

reqId

            integer reqId
        
Request identifier.