com.apama.cumulocity
Event FindMeasurementResponseAck


Response from Cumulocity when it has completed searching for measurements.

These events are sent to the FindMeasurementResponse.SUBSCRIBE_CHANNEL channel.
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. Monitors subscribed to FindMeasurementResponse.SUBSCRIBE_CHANNEL should already receive these events.]
 
Field summary
 integerreqId

Request identifier.
 booleanerror

True if an error was received during this FindMeasurement request.
 integerstatusCode

Status code from the final response.
 stringerrorDetails

If there is an error, typically this will be the error message parsed from the error event else empty.
 
Constant detail

CHANNEL

string CHANNEL := "cumulocity.findmeasurement.response"
Deprecated:
[This channel constant has been deprecated. Monitors subscribed to FindMeasurementResponse.SUBSCRIBE_CHANNEL should already receive these events.]
The channel to which FindMeasurement responses are sent from the transport.
Field detail

error

boolean error
True if an error was received during this FindMeasurement request.

errorDetails

string errorDetails
If there is an error, typically this will be the error message parsed from the error event else empty.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindMeasurement event.

statusCode

integer statusCode
Status code from the final response.