com.apama.cumulocity
Event FindAlarmResponse


Response from Cumulocity to a FindAlarm request, sent for each matching Alarm.
Constant summary
 stringCHANNEL := "cumulocity.findalarm.response"

The channel to which FindAlarmResponse events are sent from the transport.
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
 stringSUBSCRIBE_CHANNEL := "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"
        
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
The channel to which FindAlarmResponse events are sent from the transport.

SUBSCRIBE_CHANNEL

            string SUBSCRIBE_CHANNEL := "cumulocity.findalarm.response"
        
The channel to which FindAlarmResponse events are sent from the transport.
Since:
10.5.2.0

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.