com.apama.cumulocity
Event FindOperationResponse
Sent in response to a FindOperation request and contains a matching Operation.
-
Since:
- 10.1.0.7/10.2.0.2/10.3.0.0
Constant summary |
string | CHANNEL := "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.]
|
string | SUBSCRIBE_CHANNEL := "cumulocity.findoperation.response"
The channel to which FindOperationResponse events are sent from the transport. |
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.
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.