com.apama.cumulocity
Event FindEventResponse
Response from Cumulocity to a FindEvents request, sent for each matching Event. The system creates this event; an application author is not allowed to do this.
Constant summary |
---|
string | CHANNEL := "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.]
|
string | SUBSCRIBE_CHANNEL := "cumulocity.findevent.response"
The channel to which FindEventResponse events are sent from the transport. |
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
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.