com.apama.cumulocity
Event FindOperationResponse


An operation has been found.
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.
 
Member summary
 integerreqId

Request identifier.
 stringid

Operation identifier.
 com.apama.cumulocity.Operationoperation

The Operation object.
 
Constant detail

CHANNEL

string CHANNEL := "cumulocity.findoperation.response"
The channel to which FindOperationResponse events are sent from the transport.
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.