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
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 integerreqId

Unique requestId.
 dictionary<stringstring>params

Additional request parameters. 'id', 'source', 'type', 'fromDate', 'toDate', 'fromCreationDate', 'toCreationDate' can be provided.
 
Constant detail

CHANNEL

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

params

dictionary<stringstringparams
Additional request parameters. 'id', 'source', 'type', 'fromDate', 'toDate', 'fromCreationDate', 'toCreationDate' can be provided.

reqId

integer reqId
Unique requestId.