com.apama.cumulocity
Event FindCacheManagedObjectResponse
Response from the shared cache to a request for unbatched managed objects.
This is equivalent to FindManagedObjectResponse.
| 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.
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.