com.apama.cumulocity
Event FindCacheManagedObjectBatchResponse
Response from the shared cache to a request for batched managed objects.
| Constant summary |
|---|
string | SUBSCRIBE_CHANNEL := "SharedManagedObjectCache_Subscribe"
Channel on which to listen for responses. |
SUBSCRIBE_CHANNEL
string SUBSCRIBE_CHANNEL := "SharedManagedObjectCache_Subscribe"
Channel on which to listen for responses.
errorIds
sequence<string> errorIds
A sequence of ids which failed to find a ManagedObject.
managedObjects
dictionary<string, com.apama.cumulocity.ManagedObject> managedObjects
The managed objects corresponding to the requested ids, keyed by id.
reqId
integer reqId
Unique request id of the request triggering this response.