CRUD promises

From AMTech WikiDocs
Revision as of 23:13, 29 June 2016 by Amarrero (Talk | contribs) (Created page with "Most operations in the DAP are executed through promises. It means that they are queued for execution and the real execution occurs asynchronously. This is the case of CREATEs...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Most operations in the DAP are executed through promises. It means that they are queued for execution and the real execution occurs asynchronously. This is the case of CREATEs, UPDATEs and DELETEs of things coming from the Activity's Execution Engine. In case of errors in the execution of queued promises, this error is reported through the sensors_network topic and can be inspected by consuming the arriving observations to this topic.