com.apama.cumulocity
Event FindManagedObjectResponse


An managed object has been found.
Constant summary
 stringCHANNEL := "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"
The channel to which FindManagedObject responses are sent from the transport.
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.