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 := "CumulocityIoTGenericChain"

Channel to send these events to.
 
Member summary
 integerreqId

Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().
 dictionary<stringstring>params

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

CHANNEL

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

params

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

reqId

integer reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().