com.apama.cumulocity
Event FindManagedObjectResponse


Response from Cumulocity to a FindManagedObject request, sent for each matching ManagedObject.
Constant summary
 stringCHANNEL := "cumulocity.finddevice.response"

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

The channel to which FindManagedObject responses are sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 stringid

Equal to the id in the FindManagedObject event.
 com.apama.cumulocity.ManagedObjectmanagedObject

The ManagedObject object.
 
Constant detail

CHANNEL

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

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "cumulocity.finddevice.response"
The channel to which FindManagedObject responses are sent from the transport.
Since:
10.5.2.0

Member detail

id

string id
Equal to the id in the FindManagedObject event.

managedObject

com.apama.cumulocity.ManagedObject managedObject
The ManagedObject object.

reqId

integer reqId
Request identifier.