com.apama.cumulocity
Event FindEvent


Find an Event, searching on source, status and type.

EPL sends to the CHANNEL, and transport will respond with 0+ FindEventResponse and then 1 FindEventResponseAck on FindEventResponse.CHANNEL channel.
Constant Summary
 constant stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member Summary
 integerreqId

Unique requestId.
 dictionary<string, string >params

Additional request parameters. 'source', 'status' and 'type' can be provided as additional filter parameters.
 
Constant Detail

CHANNEL

constant string CHANNEL := "CumulocityIoT"
Channel to send these events to.
Member Detail

params

dictionary<string, string > params
Additional request parameters. 'source', 'status' and 'type' can be provided as additional filter parameters.

reqId

integer reqId
Unique requestId.