com.apama.cumulocity
Event FindEventResponse


An event has been found.
Constant summary
 stringCHANNEL := "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"
The channel to which FindEventResponse events are sent from the transport.
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.