com.apama.cumulocity
Event FindCacheManagedObjectResponse


Response from the shared cache to a request for unbatched managed objects.

This is equivalent to FindManagedObjectResponse.
Constant summary
 stringSUBSCRIBE_CHANNEL := "SharedManagedObjectCache_Subscribe"

Channel on which to listen for responses.
 
Field summary
 integerreqId

Unique request id of the request triggering this response.
 stringid

The id of the ManagedObject.
 com.apama.cumulocity.ManagedObjectmanagedObject

The ManagedObject corresponding to the requested id.
 
Constant detail

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "SharedManagedObjectCache_Subscribe"
Channel on which to listen for responses.
Field detail

id

string id
The id of the ManagedObject.

managedObject

com.apama.cumulocity.ManagedObject managedObject
The ManagedObject corresponding to the requested id.

reqId

integer reqId
Unique request id of the request triggering this response.