Updated Query node feature definitions (markdown)

zobalogh 2014-10-29 10:13:27 -07:00
parent b2703b8ede
commit d60f5b24bb
1 changed files with 1 additions and 0 deletions

@ -12,6 +12,7 @@ This page defines the features and design conventions that each query node shoul
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
* Clean up their state upon close <code>node.on("close", function() {}</code>
* Report errors using <code>node.warn()</code> or <code>node.error()</code> if the external systems are in an unexpected state/behaviour
### Query nodes COULD:
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED