com.apama.cumulocity
Event FindCacheManagedObjectBatchResponse


Response from the shared cache to a request for batched managed objects.
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.
 dictionary<stringcom.apama.cumulocity.ManagedObject>managedObjects

The managed objects corresponding to the requested ids, keyed by id.
 sequence<string>errorIds

A sequence of ids which failed to find a ManagedObject.
 
Constant detail

SUBSCRIBE_CHANNEL

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

errorIds

sequence<stringerrorIds
A sequence of ids which failed to find a ManagedObject.

managedObjects

dictionary<stringcom.apama.cumulocity.ManagedObjectmanagedObjects
The managed objects corresponding to the requested ids, keyed by id.

reqId

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