com.apama.cumulocity
Event FindEvent


Finds Cumulocity events, searching on source, status and type.

By default will return all Events which match the criteria. You can set params to select which Events to receive.

To find events, send this to the SEND_CHANNEL, and Cumulocity will respond on the FindEventResponse.SUBSCRIBE_CHANNEL with zero or more FindEventResponse events and then one FindEventResponseAck.
See Also:
com.apama.cumulocity.FindEventResponse - 
com.apama.cumulocity.FindEventResponseAck - 

Constant summary
 stringCHANNEL := "CumulocityIoTGenericChain"

Channel to send these events to.
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
 stringSEND_CHANNEL := "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.
 
Constant detail

CHANNEL

            string CHANNEL := "CumulocityIoTGenericChain"
        
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send these events to.

SEND_CHANNEL

            string SEND_CHANNEL := "CumulocityIoTGenericChain"
        
Channel to send these events to.
Since:
10.5.2.0

Member detail

params

            dictionary<stringstringparams
        
Additional request parameters.

For a full list of allowed request parameters, visit the 'Querying for events' section of the Apama documentation.

reqId

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