com.apama.cumulocity
Event FindOperationResponse


Response from Cumulocity to a FindOperation request, sent for each matching Operation.
Since:
10.1.0.7/10.2.0.2/10.3.0.0

Constant summary
 stringCHANNEL := "cumulocity.findoperation.response"

The channel to which FindOperationResponse events are sent from the transport.
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
 stringSUBSCRIBE_CHANNEL := "cumulocity.findoperation.response"

The channel to which FindOperationResponse events are sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 stringid

Operation identifier.
 com.apama.cumulocity.Operationoperation

The Operation object.
 
Constant detail

CHANNEL

string CHANNEL := "cumulocity.findoperation.response"
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
The channel to which FindOperationResponse events are sent from the transport.

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "cumulocity.findoperation.response"
The channel to which FindOperationResponse events are sent from the transport.
Since:
10.5.2.0

Member detail

id

string id
Operation identifier.

Equal to the identifier in the Operation.

operation

com.apama.cumulocity.Operation operation
The Operation object.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindOperation event.