com.apama.cumulocity
Event FindEventResponse


Response from Cumulocity to a FindEvents request, sent for each matching Event.
Constant summary
 stringCHANNEL := "cumulocity.findevent.response"

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

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

Request identifier.
 stringid

Event identifier.
 com.apama.cumulocity.Eventevt

The Event object.
 
Constant detail

CHANNEL

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

SUBSCRIBE_CHANNEL

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

Member detail

evt

com.apama.cumulocity.Event evt
The Event object.

id

string id
Event identifier.

Equal to the id in the evt Event.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindEvent event.