com.apama.cumulocity
Event FindAlarmResponse


An alarm has been found.
Constant summary
 stringCHANNEL := "cumulocity.findalarm.response"

The channel to which FindAlarmResponse events are sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 stringid

Alarm identifier.
 com.apama.cumulocity.Alarmalarm

The Alarm object.
 
Constant detail

CHANNEL

string CHANNEL := "cumulocity.findalarm.response"
The channel to which FindAlarmResponse events are sent from the transport.
Member detail

alarm

com.apama.cumulocity.Alarm alarm
The Alarm object.

id

string id
Alarm identifier.

Equal to the identifier in the Alarm.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindAlarm event.