Changes between Version 2 and Version 3 of Ticket #323
- Timestamp:
- 06/15/10 10:44:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #323 – Description
v2 v3 21 21 === Message format === 22 22 23 A notification message's header contains the routing key, identifying the object and ID. The client is probably interested in the object (all use cases so far), so it makes sense to send the object in the payload. This should be the JSON-encoded dictionary exactly as provided for the object's REST Entity.23 A notification message's header contains the routing key, identifying the object type. The client is probably interested in the object (all use cases so far), so it makes sense to send the object in the payload. This should be the JSON-encoded dictionary exactly as provided for the object's REST Entity. 24 24 25 25 For the 'db' notifications there shall be no payload.